Possible Duplicate:
How to use various effect or filters in iphone camera application
I want develop an application in which i can integrate multiple effect like the photo Booth Software (MAC default software) how can i create these camera app
Possible Duplicate:
How to use various effect or filters in iphone camera application
I want develop an application in which i can integrate multiple effect like the photo Booth Software (MAC default software) how can i create these camera app
As a start you can take a look at the excellent GPUImage framework from Brad Larson. https://github.com/BradLarson/GPUImage
GPUImage comes with a lot of filters out of the box, but also provides a framework for writing your own ones.