Purpose : Compress or decompress 4 and 8 bit OS/2 bitmaps.
Target  : OS/2 2.1 beta (6.479)
Usage   : BMPCMP <options> <x> <y>

                 <options>  -d = decompress
                            -c = compress
                            -v = verbose
                 <x> = input bitmap name
                 <y> = output bitmap name

What to expect :
----------------

BMPCMP will not work on bitmap files which contain more than 1 image.
BMPCMP will not attempt to compress images whose width < 64.
BMPCMP outputs all files in the BITMAPARRAYFILEHEADER2 format.
BMPCMP cannot compress or decompress 1 bit, 24 bit or multi-plane
       bitmaps.
