On Tue, Sep 12, 2000 at 10:56:03PM +0200, Shay wrote:
> Hi,
> i have a strange problem in creating 2 bit bmp's - i can't find any PC
> application that can do a 2 bit bmp in the right way.
> i tried to create 2 bit bmp using PaintShopPro or with a Palm image
> convertor, but the bmp size that created is equal to 4 bit bmp, it should be
> half a size, or not ?
> if it's should be the same size as the 4 bit bmp, than how can the palm
> receive the right number of bits ?

The Windows bitmap BMP file is not the same thing as a palm "bitmap"
resource.

Windows BMP files only define 1, 4, 8, and some higher bits per pixes,
so you can't define one that just uses two.

(for 2 bpp I have to upconvert to 4bpp in my capture to bmp hack
because of this)

However the import programs should be smart enough to take a 4bpp BMP
file that only uses 4 different colors or greys and convert them to a
2bpp palm bitmap.  I think in pilrc you specify the bpp depth, so an
8bpp BMP file will get reduced to a lower bpp.


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

Reply via email to