All Projects → devxoul → ImageEffects

devxoul / ImageEffects

Licence: other
Bring UIImageEffects (WWDC 2013) to UIImage category with handy interface.

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

ImageEffects

CocoaPods

Bring UIImageEffects (WWDC 2013) to UIImage category with handy interface.

Additional Features

  • Apply blur to image with blur size (CGSize)

Interface

- (UIImage *)lightImage;
- (UIImage *)extraLightImage;
- (UIImage *)darkImage;
- (UIImage *)tintedImageWithColor:(UIColor *)tintColor;
- (UIImage *)blurredImageWithRadius:(CGFloat)blurRadius;
- (UIImage *)blurredImageWithSize:(CGSize)blurSize;
- (UIImage *)blurredImageWithSize:(CGSize)blurSize
                        tintColor:(UIColor *)tintColor
            saturationDeltaFactor:(CGFloat)saturationDeltaFactor
                        maskImage:(UIImage *)maskImage;

Installation

Use CocoaPods.

pod 'ImageEffects'

License

Copyright (C) 2014 Apple Inc. All Rights Reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].