1. win32lib 'bitmaps'
...regarding setBitmap(), etc...
'Windows' can be set up to display a maximum of either 4,8,16, or 24 bit
colors.
Oddly enough, when the system is set up to display a maximum of 256 colors,
256 color photos never seem to map the colors very well in win32lib, even
though they display OK with 'Paint', and other graphics programs.
Is this because functions like CreatePalette(), RealizePalette(), and
SelectPalette() are not yet used by win32lib, to temporarily map the logical
palette ( from these photos ? ) from the 'Windoze' physical palette.
...any 'enlightenment' appreciated...
Wolf