https://github.com/coeur/imageeffects
SwiftImageEffects is a Swift implementation of UIImageEffects to apply blur and tint effects to an image.
https://github.com/coeur/imageeffects
blur image-effects swift tint uiimage
Last synced: about 1 year ago
JSON representation
SwiftImageEffects is a Swift implementation of UIImageEffects to apply blur and tint effects to an image.
- Host: GitHub
- URL: https://github.com/coeur/imageeffects
- Owner: Coeur
- License: mit
- Created: 2017-09-14T16:31:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T04:30:28.000Z (over 7 years ago)
- Last Synced: 2025-04-09T18:04:17.556Z (about 1 year ago)
- Topics: blur, image-effects, swift, tint, uiimage
- Language: Swift
- Homepage:
- Size: 54.7 KB
- Stars: 23
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftImageEffects
[](https://travis-ci.org/Coeur/ImageEffects)
[](https://cocoapods.org/pods/SwiftImageEffects)
[](https://cocoapods.org/pods/SwiftImageEffects)
[](https://cocoapods.org/pods/SwiftImageEffects)
This class contains methods to apply blur and tint effects to an image.
SwiftImageEffects is a Swift implementation of [UIImageEffects](https://developer.apple.com/library/content/samplecode/UIImageEffects/).
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
SwiftImageEffects is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'SwiftImageEffects'
```
## More
If you need more image effects, we recommend [GPUImage 2](https://github.com/BradLarson/GPUImage2).
## Author
Cœur, coeur@gmx.fr
## License
SwiftImageEffects is available under the MIT license. See the LICENSE file for more info.