views:

1036

answers:

1

In my iPhone application I have a black-and-white UIImage. I need to blur that image (Gaussian blur would do).

iPhone clearly knows how to blur images, as it does that when it draws shadows.

However I did not found anything related in the API.

Do I have to do blurring by hand, without hardware acceleration?

+2  A: 

ihope its not too late, check this out http://code.google.com/p/simple-iphone-image-processing/

Himanshu