Android image filter libraries

筅森魡賤 提交于 2019-12-18 10:36:23

问题


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.


回答1:


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




回答2:


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.




回答3:


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.




回答4:


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.



来源:https://stackoverflow.com/questions/4280162/android-image-filter-libraries

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