image filters for iphone sdk development
Posted
by plsp
on Stack Overflow
See other posts from Stack Overflow
or by plsp
Published on 2010-04-18T04:40:52Z
Indexed on
2010/04/18
4:43 UTC
Read the original article
Hit count: 1110
Hi All,
I am planning to develop an iphone app which makes use of image filters like blurring, sharpening,etc. I noticed that there are few approaches for this one,
Use openGL ES. I even found an example code on apple iphone dev site. How easy is openGL for somebody who has never used it? Can the image filters be implemented using the openGL framework?
There is a Quartz demo as well posted on apple iphone dev site. Has anybody used this framework for doing image processing? How is this approach compared to openGL framework?
Don't use openGL and Quartz framework. Basically access the raw pixels from the image and do the manipulation myself.
Make use of any custom built image processing libraries like this one. Do you know of any other libraries like this one?
Can anybody provide insights/suggestions on which option is the best? Your opinions are highly appreciated. Thanks!
© Stack Overflow or respective owner