Click to See Complete Forum and Search --> : how to save hBitmap into bitmap file ?


Eugene
March 31st, 1999, 01:47 AM
I've have a handle of bitmap (hBitmap), with 4 entries color table, how can i save this info. into bitmap file ?

eugene
March 31st, 1999, 01:47 AM
I've have a handle of bitmap (hBitmap), with 4 entries color table, how can i save this info. into bitmap file ?

Sergeyk
February 4th, 2000, 11:31 AM
HBITMAP structure has pointer to actual bits, so you can write it file by WriteFile. Do not forget to save palette.

regards,
Serge