OSDN Git Service

Fix 1911405: Captured JPEG image size is only 512x384.
authorChih-Chung Chang <chihchung@google.com>
Fri, 12 Jun 2009 11:43:30 +0000 (19:43 +0800)
committerChih-Chung Chang <chihchung@google.com>
Mon, 15 Jun 2009 03:00:41 +0000 (11:00 +0800)
commit832276d7aecb5917086890c8512a7fdf0f79b882
tree3ad1ef176af05ebdd4b2ca684b096029104b6346
parent6795ff166eea7205e33fe2f160e639c39365f373
Fix 1911405: Captured JPEG image size is only 512x384.

The problem is the thumbnail is written to the same file as the original image.
The bug is made visible by the new camera driver because the thumbnail in the jpeg
file is not readable (I'll file another bug for that).
src/com/android/camera/gallery/BaseImageList.java
src/com/android/camera/gallery/Image.java