Displaying very large images on the iPad
Posted
by Brodie4598
on Stack Overflow
See other posts from Stack Overflow
or by Brodie4598
Published on 2010-04-24T21:08:35Z
Indexed on
2010/04/24
21:13 UTC
Read the original article
Hit count: 276
I need to display some very large images on the iPad. The files are jpgs and are about 6700x2700 (maps). Is there any way around loading the entire image into memory?
Currently I load it int a scroll view for zooming/panning.
The images are stored locally on the device.
© Stack Overflow or respective owner