Image filtering options on iOS

762 Views Asked by At

I have an application that requires some work on image filters, so I was just wondering what are the options available to me.

I did stumble upon core image in the wwdc videos but I believe it wont work on iOS....?

Google also revealed this project http://code.google.com/p/simple-iphone-image-processing/ but it isnt enough for my needs.

If anyone can guide me on the right direction it would be great.

Thanks in advance.

1

There are 1 best solutions below

0
On

For image filtering, you can use apple filters or third party tool GPUImage framework.It will help you.