The information in this article applies to:
SYMPTOMS
When you load a .bmp file with the LoadImage API under Windows NT, the
color table of the loaded image might not match the color table of the
original .bmp file. Typically, this problem occurs when you load a 256
color image that has multiple color table entries with the same RGB value.
In these cases, the loading process causes each of the duplicated RGB
values to be remapped to the first occurrence in the color table of the
same RGB value.
RESOLUTIONThe simplest way to work around this problem is to avoid using the LoadImage() API, and use your own code to load the bitmaps. Additional query words:
Keywords : kbAPI kbBitmap kbGDI kbWinOS2000 |
Last Reviewed: December 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |