OSDN Git Service

Adds a tiny planet (stereographic projection) image filter.
authorSascha Haeberling <haeberling@google.com>
Fri, 19 Oct 2012 22:43:03 +0000 (15:43 -0700)
committerSascha Haeberling <haeberling@google.com>
Sat, 20 Oct 2012 00:04:37 +0000 (17:04 -0700)
commit2f879102d630815df64636b8d37e3a7eea8e8b65
tree0a170ed89f2e0bef140109648f437ffe041dfa68
parente9c55b28a4a155c2e1c1f5aec615a0c56e38ade4
Adds a tiny planet (stereographic projection) image filter.

 Bug: 7293391

Also fixes an issue where the preview value was statically set to 100.
This adds a preview parameter value that can be set for this purpose.

Change-Id: I68c4ec04e86ab8a29ef7f561e5f21a298003677e
jni/Android.mk
jni/filters/filters.h
jni/filters/tinyplanet.cc [new file with mode: 0644]
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/filters/ImageFilter.java
src/com/android/gallery3d/filtershow/filters/ImageFilterTinyPlanet.java