OSDN Git Service

Shows filtered images in geometry modules and comparison.
authornicolasroard <nicolasroard@google.com>
Sat, 20 Oct 2012 19:32:05 +0000 (12:32 -0700)
committernicolasroard <nicolasroard@google.com>
Tue, 23 Oct 2012 17:05:38 +0000 (10:05 -0700)
commit31529940021b9a18611b1a3fb4a0317ab8c89618
tree53f5292f000ace3c4445b5601d77727270457cff
parent5fbfe6f1d1f407e68b7334c6a5988f20bcf16d79
Shows filtered images in geometry modules and comparison.

bug:7279469
bug:7379286
bug:7344214
bug:7379140

Also:
- cache multiple version (with/without geometry or filters applied)
- doesn't show the original image anymore when waiting for a filtered version (shows nothing instead for now)
- fix potential crash in Curves

Change-Id: I4eabd42c30f6d370571f177d5efe92550798aed8
src/com/android/gallery3d/filtershow/cache/DirectPresetCache.java
src/com/android/gallery3d/filtershow/cache/ImageLoader.java
src/com/android/gallery3d/filtershow/imageshow/ImageGeometry.java
src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
src/com/android/gallery3d/filtershow/imageshow/ImageSlave.java
src/com/android/gallery3d/filtershow/imageshow/ImageSmallBorder.java
src/com/android/gallery3d/filtershow/imageshow/ImageSmallFilter.java
src/com/android/gallery3d/filtershow/imageshow/ImageZoom.java
src/com/android/gallery3d/filtershow/presets/ImagePreset.java
src/com/android/gallery3d/filtershow/ui/ImageCurves.java