ssoper / uiimage-dsp

IOS UIImage processing functions using the vDSP/Accellerate framework for speed.

Home Page:http://mad-dog-software.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIImageDSP

Category on UIImage provides processing extensions using the Accelerate framework. Original implemenation can be found here.

Installation

Add a dependency on UIImageDSP in your pod spec or Podfile

Use

#import <UIImageDSP/UIImage+DSP.h>

image = [originalImage imageByApplyingGaussianBlur3x3];

Look in UIImage+DSP for all available methods.

About

IOS UIImage processing functions using the vDSP/Accellerate framework for speed.

http://mad-dog-software.com

License:Apache License 2.0


Languages

Language:Objective-C 97.0%Language:Ruby 3.0%