GitXplorerGitXplorer
C

ImageEffects

public
23 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
af9c9953ada008dcef222dce083619256807dc69

version 0.2.1

CCoeur committed 6 years ago
Unverified
2e547da5626aa663ce85bbd82efbf48eb3ef7f54

Xcode 10.2: The compiler is unable to type-check this expression in reasonable time

CCoeur committed 6 years ago
Unverified
7091d46b3268ac5834a65439e4804ba02d7c92fd

version 0.2.0

CCoeur committed 6 years ago
Unverified
9b8aa2bef18458327efb809ffc465101f906b836

swiftlint

CCoeur committed 6 years ago
Unverified
20a2e6ed36571917433c8adf92ec5e2fa67e7eee

making compatibility layer fileprivate to avoid redefinitions

CCoeur committed 6 years ago
Unverified
148b01793d6f1dd3e1b4a440aaa6aa4d643da1e1

Adding helper UIImage.cropped(to:)

CCoeur committed 6 years ago

README

The README file for this repository.

SwiftImageEffects

CI Status Version License Platform

This class contains methods to apply blur and tint effects to an image. SwiftImageEffects is a Swift implementation of 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. To install it, simply add the following line to your Podfile:

pod 'SwiftImageEffects'

More

If you need more image effects, we recommend GPUImage 2.

Author

Cœur, coeur@gmx.fr

License

SwiftImageEffects is available under the MIT license. See the LICENSE file for more info.