BUG: StretchBlt() Does Not Perform Palette TranslationsLast reviewed: January 5, 1995Article ID: Q111729 |
The information in this article applies to:
SYMPTOMSNormally, the StretchBlt() function performs a palette translation when the destination and source bitmaps do not contain the same color format or palette. When the destination rectangle is the exact size of the source rectangle (no stretching is performed), the palette translation is not performed.
CAUSEWhen the destination and source rectangles are the same size, no stretching is performed and BitBlt() is called to perform a straight copy of the source to the destination. BitBlt() does not perform the palette translation that StretchBlt() does.
RESOLUTIONYou can force StretchBlt() to not call BitBlt() by changing one of the destination rectangle coordinates by one unit. Then, the palette translation will be performed.
STATUSMicrosoft has confirmed this to be a bug in Windows version 3.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThis problem does not occur in Windows NT version 3.1.
|
Additional reference words: buglist3.10 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |