I’m interested in implement of photographic effects on iphone.
Taking Camera+ as an example, I’d like to know how to do the function of “Scenes”, “Effects” and “Borders”.
I’m fresh about it and just know it is in image processing domain.
I’d like to know where to start if I want to do it myself on iPhone.
Can you give any tip?
thanks!
You should probably start by reading up on the Quartz 2D graphics engine and UIImage, the main image class in Cocoa Touch. If you’re starting with no knowledge of image processing, you’ll have a lot of learning to do before you think about writing an image processing application.