Asad Khan
Asad Khan

Reputation: 11899

Image filtering options on iOS

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.

Upvotes: 0

Views: 756

Answers (1)

Dheeraj Kumar
Dheeraj Kumar

Reputation: 500

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

Upvotes: 2

Related Questions