UIImageDSP 0.0.1

UIImageDSP 0.0.1

测试已测试
语言语言 Obj-CObjective C
许可证 自定义
发布日期上次发布日期2015年3月

Sean Soper维护。



  • gdawg 和 Sean Soper

UIImage 类提供使用 Accelerate 框架的处理扩展。原始实现可以在这里找到。

安装

在您的 pod spec 或 Podfile 中添加对 UIImageDSP 的依赖。

使用

#import <UIImageDSP/UIImage+DSP.h>

image = [originalImage imageByApplyingGaussianBlur3x3];

查看 UIImage+DSP 中所有可用的方法。