UIImageDSP 0.0.1× 测试已测试✗ 语言语言 Obj-CObjective C许可证 自定义 发布日期上次发布日期2015年3月由Sean Soper维护。安装指南×UIImageDSP 安装指南您想要将以下类似内容添加到 Podfile 中:target 'MyApp' do pod 'UIImageDSP', '~> 0.0' end然后在您的终端中运行 pod install,或从 CocoaPods.app 运行。作为测试运行,您可以运行以下命令:pod try UIImageDSP查看 PodspecGitHub 仓库CocoaPods.org 上的页面UIImageDSP 0.0.1由gdawg 和 Sean Soperssoper/uiimage-dspGitHub 仓库 UIImage 类提供使用 Accelerate 框架的处理扩展。原始实现可以在这里找到。 安装 在您的 pod spec 或 Podfile 中添加对 UIImageDSP 的依赖。 使用 #import <UIImageDSP/UIImage+DSP.h> image = [originalImage imageByApplyingGaussianBlur3x3]; 查看 UIImage+DSP 中所有可用的方法。