A Simple iPhone Image Processing Library

By
On March 20, 2009

200px-Valve_sobel_with_angle_colour_(4).PNG.pngChris Greening has put together simple-iphone-image-processing, a “simple C++ class with an Objective-C wrapper that provides a set of common image processing tasks” as well as UIImage conversion.

So what do you get..?

0 responses to “A Simple iPhone Image Processing Library”

  1. Mike says:

    Thanks for the code. I was actually in the process of doing this myself in pure C. I got as far as edge detection, R/G/B adjust, gamma adjust, greyscale and a few others.

    Is there a way to use the lib with a UIImage as input in color?

    Thanks!

  2. Jeff says:

    do you have any functions that can “warp” an image? like put dents in the image or stretch out the image (like a face shot).

    thanks,
    jeff