BMUTIL: Demonstrates Bitmap Manipulation Techniques

BMUTIL illustrates four bitmap manipulation techniques:

>  Creating a "grayed" or "disabled" bitmap from a color
bitmap

>  Changing a single color in a bitmap without affecting
other colors

>  Swapping two colors in a bitmap without affecting other
colors

>  Dithering a color bitmap to a monochrome bitmap

You can choose an option from the Process menu to change
colors, dither, or restore the bitmap.

BMUTIL uses functions from the DIBAPI library, which was
written by Microsoft(R) Developer Support. DIBAPI contains
routines that handle common device-independent bitmap
(DIB) operations, such as loading a .BMP file and
converting DIBs to device-dependent bitmaps (DDBs).

Since the intent of the sample is to demonstrate the four
bitmap manipulation techniques listed above rather than
 the DIB techniques in the DIBAPI library, the library is
provided in binary form only. To view the DIBAPI.DLL
source code, see the WINCAP sample application on the
Microsoft Developer Network CD.

BMUTIL was built and tested under Microsoft Windows(TM)
version 3.1.

KEYWORDS: PR-CD2
