ImageEffects 1.0.0

ImageEffects 1.0.0

测试已测试
Lang语言 Obj-CObjective C
许可 自定义
发布最后发布2015年5月

Suyeol Jeon 维护。



  • 作者:
  • devxoul

通过便利的接口将 UIImageEffects (WWDC 2013) 带到 UIImage 类。

附加功能

  • 使用模糊大小(CGSize)对图片应用模糊效果

接口

- (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;

安装

使用 CocoaPods。

pod 'ImageEffects'

许可

版权(C)2014 Apple Inc. 保留所有权利。