Image Processing Objective-C

I was looking for this problem, but the only thing I came across was a simple image processing library in Google Code, but I think the project is dead! Does anyone know any libraries / frameworks, even image processing tutorials for iPhone apps?

+6
objective-c iphone image-processing
source share
1 answer

Apple has a sample code here that shows how to perform some simple image processing, such as saturation and hue adjustments.

+3
source share

All Articles