Roger Stringer wrote:
There are two ways of getting your bitmaps under 64KB inside your application
1) Use the compression tag
2) If #1 doesn't work, split it into 2 or more bitmaps to put next to each other

I use a little bit different rule as we use pocket applications, we try to do it smaller as possible:

1) *always* set the compression tag.
2) if image use lot of colors or if the image quality is important use 24 bit image, if not use 8 bit image quality (1:3 size)
3) if image size is >64k split it!

regards

Erico
MicroMagic

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to