Android Open Source - Image manipulate IconG






Project Summary

Image manipulation android app with custom view for setting the preferences.

Web Site / Source Repository

IconG is hosted in the following web site
https://github.com/MasterEx/IconG

If you think the Android project IconG 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 IconG.

ItemValue
Java File Count26
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version7
Activity Count3
Required Permissionsandroid.permission.CAMERA
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 19 image files in IconG. The names of the image files are listed as follows.

blur.png
camera.png
chan_merge.png
chan_split.png
clip.png
edges.png
fork.png
hsv2rgb.png
ic_action_search.png
image_file.png
invert.png
mix.png
rgb2hsv.png
screen.png
slider_preview.png
slidercorrect.png
trash.png
value_entry.png
value_entry_preview.png

The following screenshort is generated from the image listed above.

null




Java Source Files

IconG has the following Java source files.

mmb.foss.aueb.icong.BoxButtonPair.java
mmb.foss.aueb.icong.DrawableAreaView.java
mmb.foss.aueb.icong.MainActivity.java
mmb.foss.aueb.icong.SelectionActivity.java
mmb.foss.aueb.icong.SelectionAdapter.java
mmb.foss.aueb.icong.boxes.BlurBox.java
mmb.foss.aueb.icong.boxes.Box.java
mmb.foss.aueb.icong.boxes.CameraBox.java
mmb.foss.aueb.icong.boxes.ChanMergeBox.java
mmb.foss.aueb.icong.boxes.ChanSplitBox.java
mmb.foss.aueb.icong.boxes.ClipBox.java
mmb.foss.aueb.icong.boxes.EdgesBox.java
mmb.foss.aueb.icong.boxes.ForkBox.java
mmb.foss.aueb.icong.boxes.HSV2RGBBox.java
mmb.foss.aueb.icong.boxes.ImageFileBox.java
mmb.foss.aueb.icong.boxes.InvertBox.java
mmb.foss.aueb.icong.boxes.MixBox.java
mmb.foss.aueb.icong.boxes.RGB2HSVBox.java
mmb.foss.aueb.icong.boxes.SavedState.java
mmb.foss.aueb.icong.boxes.ScreenBox.java
mmb.foss.aueb.icong.boxes.SliderBox.java
mmb.foss.aueb.icong.boxes.ValueEntryBox.java
mmb.foss.aueb.icong.dialogs.CameraPreview.java
mmb.foss.aueb.icong.dialogs.FileManager.java
mmb.foss.aueb.icong.dialogs.ImageAdapter.java