/uiimage-dsp

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

Primary LanguageObjective-CApache License 2.0Apache-2.0

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.