Using GetDIBits() for Retrieving Bitmap InformationLast reviewed: November 2, 1995Article ID: Q85846 |
The information in this article applies to:
SUMMARYWhen saving a bitmap in .DIB file format, the GDI function is used to retrieve the bitmap information. The general use of this function and the techniques for saving a bitmap in .DIB format are largely unchanged; however, this article provides more details on the use of the Win32 API version of the GetDIBits() function.
MORE INFORMATIONThe function can be used to retrieve the following information:
Refer to the SAVEBMP.C file in the MANDEL sample for details. This sample is included with the Win32 SDK.
|
Additional reference words: 3.10 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |