home *** CD-ROM | disk | FTP | other *** search
- !TITLE: DIBIT - Loads, displays, and stretches a Device Independent Bitmap
- !DESCRIPTION:
-
- The DIBIT sample application loads a DIB from a file, displays the
- DIB in the client area, and saves the DIB to a file. The sample can
- also stretch the DIB to fit the current client area.
-
- DIBIT uses the DIB functions SetDIBits, SetDIBitsToDevice, and
- StretchDIBits to display the DIB on screen. The DIB can be displayed
- using palette-relative RGBs or palette indices.
-
- The DIBIT sample application is easy to use. The File menu allows
- the DIB to be loaded and saved. The Options menu allows selection
- of the Window's functions SetDIBits, SetDIBitsToDevice, and StretchDIBits
- to display the DIB. Selecting the menu options under the Palette menu, the
- DIB can be displayed using palette-relative RGBs or palette indices.
-
- !KEYWORDS:
- palette;RGB;index;StretchDIB;SetDIBits;SetDIBitsToDevice;DIB;WIN31ONLY
- !TAGS:
-