How to add photo effect on iOS [closed]
How do I add effect (e.g. lomo) to a photo on iOS?
To make it simple, I wan开发者_开发百科na try to make an iPhone app which is similar to those photography apps, and I want a tutorial to start with.
As coreImage framework is not present in iphone (atleast upto iOS 4.0), you will have to do image filtering by hand..You have to iterate through each pixel in an image and work on it..This thread discussed about various image filtering effects in iphone and is very useful..These guys say they are successful in porting imageMagick to iOS but I never tried that..Also I asked a question about implementing polaroid filter in iOS, though it didnt get a good answer, the question itself might be helpful..
精彩评论