Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android image filter libraries

Are there any image libraries available for Android as seen in http://www.jhlabs.com/ip/filters/index.html? Or have some one ported the same? Thanks in advance.

like image 775
Ragunath Jawahar Avatar asked Nov 25 '10 19:11

Ragunath Jawahar


3 Answers

I know this is an old topic, but in the absence of the AWT libraries I have started porting some image filters from the Marvin Image framework (found here)

I have set it up as a googlecode project here so feel free to go check it out.

like image 105
rhinds Avatar answered Oct 17 '22 00:10

rhinds


I don't believe there is a very elaborate set of them, but the graphics class contains a number of methods that are useful for some types of these operations.

For example, using the color matrix you could perform a convolution on an image. Depending on what you want to do, you may have what you need.

like image 44
user432209 Avatar answered Oct 16 '22 22:10

user432209


Samsung S Pen SDK Has image filters. The filters are implemented for ARM devices. Here's a link: S Pen SDK. Works fine for any Android devices with or without S Pen.

like image 2
Nikhil Ranjan Avatar answered Oct 17 '22 00:10

Nikhil Ranjan