Under the Bridge

Code: Image Processing

Here’s a good project on Google Code to bookmark in case you ever need to do any image processing tasks with UIImage:

I’ve written a simple C++ class with an Objective-C wrapper that provides a set of common image processing tasks along with conversion to and from UIImage.

The code supports the following operations:

Beats writing all that of scratch, indeed!

h/t: iPhone Development!

0