0

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 enter image description here

Community
  • 1
  • 1
Nivrit Gupta
  • 37
  • 2
  • 7

1 Answers1

0

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.

olegam
  • 95
  • 1
  • 8