Question

Instagram Image Filters on iPhone

How does one go about adding image filters in an iPhone application? (similar to what Instagram and picplz have)

 45  40299  45
1 Jan 1970

Solution

 21

Have you checked simple-iphone-image-processing? It is a “simple C++ class with an Objective-C wrapper that provides a set of common image processing tasks” as well as UIImage conversion. It provides:

Other C++ open source libraries are:

  1. http://cimg.sourceforge.net/
  2. http://filters.sourceforge.net/

Edit Also, take a look at this open-source code - https://github.com/OmidH/Filtrr

2010-11-17