Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any image effects libraries (e.g. lomo) for Android or iPhone? [closed]

are there any image effects (e.g. lomo, watercolor, sketch ...etc) libries can be used on mobile device and suitable for mobile device?

There are libraries like JJIL, simple-iphone-image-processing, JH labs, imageMagick porting to iphone and opencv have been mentioned in various previous posts.

I want libraries that I don't need to care about the algorithm of effect, but lots of libraries mentioned above are this type of libraries.

What I need are libraries that already have done effects functions and I just call the functions to apply effects on photos (It is ok to set parameters and attributes by myself when I use it).

Are there any more suggestions? Free is good, commercial would be fine. Thank you.

like image 277
Freddie Bow Avatar asked May 13 '11 21:05

Freddie Bow


2 Answers

You could try the effects API from Aviary. Here: http://developers.aviary.com/

I never used it though, so I can't say if that's exactly what you are looking for.

like image 148
renam.antunes Avatar answered Sep 28 '22 00:09

renam.antunes


Potentially worth your while:

OpenCV

Simple iPhone Image Processing

like image 42
Todd Hopkinson Avatar answered Sep 28 '22 00:09

Todd Hopkinson