CROPDIB: Manipulates DIB Pixel Data and DIB Palette Data
CROPDIB is a Microsoft Microsoft(R) Windows(TM) with Multimedia Extensions sample application that crops and manipulates a series of device-independent bitmaps (DIBs).
CROPDIB uses the DIB driver, although the DIB driver is the only multimedia component that it demonstrates. CROPDIB contains many useful functions for manipulating DIB pixel data and DIB palette data. It also demonstrates DIB driver caching to avoid reloading.
CROPDIB reads a single input file or a series of input files containing one or more DIBs. You can brighten a DIB by incrementing the palette entries. CROPDIB outputs to a single DIB output file or to a series of DIB output files.
CROPDIB was built and tested under Microsoft Windows version 3.1.
KEYWORDS: DIB_RGB_COLORS; DIB_PAL_COLORS; BITMAPINFOHEADER; CreatePalette; SelectPalette; GetDIBits; CreateDIBitmap; RealizePalette; SetPaletteEntries; GetPaletteEntries; StretchBlt; BitBlt; StrtchDIBits; _lopen; _lwrite; _lclose
{ewc navigate.dll, ewbutton, /Bcodeview /T"Click to open or copy files in the cropdib project." /C"samples}