asanger/StackBluriOS
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a StackBlur implementation for iOS based on the algorithm of: http://incubator.quasimondo.com/processing/fast_blur_deluxe.php by Mario Klingemann To use it, just import the UIImage+StackBlur.h and .m in your project. Then, to blur an image: UIImage *newIma=[oldIma stackBlur:radius]; Radius must be higher than 1 ... thomas.landspurg@gmail.com