right now I'm using 2048x1546 images at 132dpi, PNG files. they look amazing but they are huge in file size.
any tips on how to get around having such large images in both dimensions and file size? (mostly file size i'm worried about here...)
|
right now I'm using 2048x1546 images at 132dpi, PNG files. they look amazing but they are huge in file size. any tips on how to get around having such large images in both dimensions and file size? (mostly file size i'm worried about here...) |
|||||||||||||
|
|
The iPad screen is 1024-by-768 so to view images at 200% zoom with no pixelation you are going to need an image that's 2048 x 1546. Possible solutions:
You have to balance the quality you get from the large image against the amount of memory it uses and find a compromise that's acceptable. |
|||||||||
|
|
You could probably use Seadragon Ajax - it's the javascript implementation of Silverlights DeepZoom. See the answer on Get Satisfaction for Seadragon Ajax |
|||
|
|
|
Do you have to use PNG files? JPGs can be compressed quite a bit more if these are photographic in nature. |
|||
|
|
|
I don't know how you can reduce the image dimensions but reducing the file size of PNG images is easy:
There are a lot of other things you can do but from my experience those two are where you will get major improvements for little work. Also, you should know those will reduce the file size, this does not mean they will reduce the amount of memory needed to display the image (in most cases they won't) |
|||
|
|