I'm working on Universal app with a lot of background images (total size of one set of background images is ~5Mb, 3 platforms * 2 orientations = 6 background images per screen), also there is keyframe animations and i want to make my application not so terrible big. What tricks did you use to make your images not too heavy?
My ideas:
- Universal images for iPad/iPhone 4? - I thought that if i'll use iPad images for iPhone 4 - it will look not bad.
- Square images instead of using Vert/Horiz background images.
- Image packer. I'm planning to compress all my images before adding into application. Does it work for you?