OSDN Git Service

add filters
authorJohn Hoford <hoford@google.com>
Tue, 9 Oct 2012 23:17:17 +0000 (16:17 -0700)
committerJohn Hoford <hoford@google.com>
Wed, 10 Oct 2012 00:18:26 +0000 (17:18 -0700)
commit457e88cd2ba6a8a93b1643a3fb3d50ee758671ad
tree959e662adf134f084f6c0df5a8c37686d4e27fd0
parentd78c5734346cabc2577a5b9100f0f943c381ee47
add filters

bug:7234321
Change-Id: I4c9695c3ad90fcb7f4d67d40faa0a7da85f99030
15 files changed:
jni/Android.mk
jni/filters/fx.c [new file with mode: 0644]
res/drawable/filtershow_fx_0000_vintage.png [new file with mode: 0644]
res/drawable/filtershow_fx_0001_instant.png [new file with mode: 0644]
res/drawable/filtershow_fx_0002_bleach.png [new file with mode: 0644]
res/drawable/filtershow_fx_0003_blue_crush.png [new file with mode: 0644]
res/drawable/filtershow_fx_0004_bw_contrast.png [new file with mode: 0644]
res/drawable/filtershow_fx_0005_punch.png [new file with mode: 0644]
res/drawable/filtershow_fx_0006_x_process.png [new file with mode: 0644]
res/drawable/filtershow_fx_0007_washout.png [new file with mode: 0644]
res/drawable/filtershow_fx_0008_washout_color.png [new file with mode: 0644]
res/values/strings.xml
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/presets/ImagePresetFX.java [new file with mode: 0644]