Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T04:30:28.000Z (almost 6 years ago)
- Last Synced: 2024-09-18T19:06:13.304Z (4 months ago)
- Topics: blur, image-effects, swift, tint, uiimage
- Language: Swift
- Homepage:
- Size: 54.7 KB
- Stars: 23
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftImageEffects
[![CI Status](http://img.shields.io/travis/Coeur/ImageEffects.svg?style=flat)](https://travis-ci.org/Coeur/ImageEffects)
[![Version](https://img.shields.io/cocoapods/v/SwiftImageEffects.svg?style=flat)](https://cocoapods.org/pods/SwiftImageEffects)
[![License](https://img.shields.io/cocoapods/l/SwiftImageEffects.svg?style=flat)](https://cocoapods.org/pods/SwiftImageEffects)
[![Platform](https://img.shields.io/cocoapods/p/SwiftImageEffects.svg?style=flat)](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, [email protected]
## License
SwiftImageEffects is available under the MIT license. See the LICENSE file for more info.