Android image filter libraries

浪尽此生 提交于 2019-11-29 21:08:47

I didn't try the code yet. but I run the sample app. I think it is good to use,

https://github.com/finebyte/android-jhlabs

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.

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!