I'm including in my app some nice bitmaps for color devices and which are viewed nice as well on 16 gray level screen. the real question is, what kind of devices do not support 4bit screen depth, because maybe i can just use the 4bit version for each bitmap (and not include the 1bit and the 2bit), and save some memory for the user. (bitmaps takes a lot of storage).
thanks Amir "Joe" <[EMAIL PROTECTED]> wrote in message news:84520@palm-dev-forum... > > --- Amir Kirshenboim <[EMAIL PROTECTED]> wrote: > > What bitmaps depth should i put for the bitmaps in each > > Bitmap family, if my application is be targeted for palm > > OS 3.1 and later ? > > (for example, is the 1 bit depth relevante, or the 2 bit ?) > > For most situations, you just need to use a 1 bit (B&W) and an 8 bit > (color) bitmap. However, if you want to take advantage of gray scale > devices, you might want to include 2 and 4 bit images. > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Games - play chess, backgammon, pool and more > http://games.yahoo.com/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
