home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_info / technote.arj / DIBIT / ABSTRACT next >
Encoding:
Text File  |  1991-12-29  |  920 b   |  21 lines

  1. !TITLE: DIBIT - Loads, displays, and stretches a Device Independent Bitmap
  2. !DESCRIPTION:
  3.  
  4. The DIBIT sample application loads a DIB from a file, displays the
  5. DIB in the client area, and saves the DIB to a file. The sample can
  6. also stretch the DIB to fit the current client area.
  7.  
  8. DIBIT uses the DIB functions SetDIBits, SetDIBitsToDevice, and
  9. StretchDIBits to display the DIB on screen. The DIB can be displayed
  10. using palette-relative RGBs or palette indices.
  11.  
  12. The DIBIT sample application is easy to use. The File menu allows
  13. the DIB to be loaded and saved. The Options menu allows selection
  14. of the Window's functions SetDIBits, SetDIBitsToDevice, and StretchDIBits
  15. to display the DIB. Selecting the menu options under the Palette menu, the
  16. DIB can be displayed using palette-relative RGBs or palette indices.
  17.  
  18. !KEYWORDS:
  19. palette;RGB;index;StretchDIB;SetDIBits;SetDIBitsToDevice;DIB;WIN31ONLY
  20. !TAGS:
  21.