OSDN Git Service

Add decoding to a smaller image by sampling and scaling.
authorGeorge Mount <mount@google.com>
Tue, 28 May 2013 18:41:25 +0000 (11:41 -0700)
committerGeorge Mount <mount@google.com>
Tue, 18 Jun 2013 00:27:39 +0000 (17:27 -0700)
commite56eaa946d695e24a276b4ce6770298b0cccdece
tree61d0731bb4c154dc37093adbc860c866226aca79
parentaf85f6423ad5969f12ed68fd12a0fe3abce3e409
Add decoding to a smaller image by sampling and scaling.

 This allows opportunistic reuse of bitmaps, but does not
 require it when downsampling.

Change-Id: I06f12bb5416f88a242f67bff3d2ca45894101bcd
src/com/android/photos/data/BitmapDecoder.java