Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.