pangminfu / android-pinch

Automatically exported from code.google.com/p/android-pinch
0 stars 0 forks source link

Support large images #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load a large image (over 3K x 3K px jpeg for example)
2. try to zoom in
3.

What is the expected output? What do you see instead?
Zoomed image. Instead seeing OutOfMemoryError.

What version of the product are you using? On what operating system?
pinch 0.8 on 2.2 Nexus One

Please provide any additional information below.
Compare the image processing implementation to Google's 
ViewImage/ImageViewTouch in camera package that handles large images without 
issues

Original issue reported on code.google.com by kalle.o....@gmail.com on 7 Jun 2010 at 9:16