Android Open Source - Image file zomato-imagefilter-android






Project Summary

A sample android application implimenting image filters including decoding Photoshop curve files and applying to images and applying convolution filters and vignette effect to images in android.

Web Site / Source Repository

zomato-imagefilter-android is hosted in the following web site
https://github.com/saswatraj/zomato-imagefilter-android

If you think the Android project zomato-imagefilter-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of zomato-imagefilter-android.

ItemValue
Java File Count7
Supported screen sizes[xhdpi]
Activity Count1
jar files usedJama-1.0.3.jar
commons-io-2.4.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE
Raw File Namesres\raw\country.acv




Resource Files

There are 9 image files in zomato-imagefilter-android. The names of the image files are listed as follows.

sample_country.png
sample_fr.png
sample_gb.png
sample_gc.png
sample_gs.png
sample_mb.png
sample_opt.png
sample_tint.png
sample_vg.png

The following screenshort is generated from the image listed above.

null




Java Source Files

zomato-imagefilter-android has the following Java source files.

com.example.zomadmin.imagefilter.ApplicationTest.java
com.example.zomadmin.imagefilter.ApplyCurve.java
com.example.zomadmin.imagefilter.BitmapClassics.java
com.example.zomadmin.imagefilter.Convolution.java
com.example.zomadmin.imagefilter.Curve.java
com.example.zomadmin.imagefilter.MainActivity.java
com.example.zomadmin.imagefilter.MyView.java