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.
For image filtering, you can use apple filters or third party tool GPUImage framework.It will help you.