Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

image filters for iphone sdk development

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,

  1. 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?

  2. 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?

  3. Don't use openGL and Quartz framework. Basically access the raw pixels from the image and do the manipulation myself.

  4. 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!

like image 378
plsp Avatar asked Apr 02 '26 19:04

plsp


1 Answers

Here is another alternative for image filtering. They provide lots of filters using core image framework.

http://www.binpress.com/app/photo-effects-sdk-for-ios/801

like image 182
Quaso Avatar answered Apr 04 '26 08:04

Quaso



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!