home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / BMPCMP.ZIP / README.BMC < prev   
Text File  |  1993-03-29  |  1KB  |  36 lines

  1. Purpose : Compress or decompress 4 and 8 bit OS/2 bitmaps.
  2. Target  : OS/2 2.1 beta (6.479)
  3. Usage   : BMPCMP <options> <x> <y>
  4.  
  5.                  <options>  -d = decompress
  6.                             -c = compress
  7.                             -v = verbose
  8.                  <x> = input bitmap name
  9.                  <y> = output bitmap name
  10.  
  11. What to expect :
  12. ----------------
  13.  
  14. BMPCMP will not work on bitmap files which contain more than 1 image.
  15. BMPCMP will not attempt to compress images whose width < 16.
  16. BMPCMP outputs all files in the BITMAPARRAYFILEHEADER2 format.
  17. BMPCMP cannot compress or decompress 1 bit, 24 bit or multi-plane
  18.        bitmaps.
  19. The OS/2 2.1 (6.479) ICONEDIT.EXE cannot read bitmaps compressed
  20.    with BMPCMP.
  21.  
  22. BMPCMP will not compress the bitmap data if the size of the bitmap
  23.        data would become larger. The overall size of the bitmap _may_
  24.        increase however. i.e. some 1.x 8 bit bitmaps with poor
  25.        compressability.
  26.  
  27.  
  28. Notes :
  29. -------
  30. R0.01 - Fixed errors in RLE4 and RLE8 compression code.
  31.       - The program will no longer just beep if an error 
  32.         occurs in compression or decompression. The reason
  33.         for the error will be displayed.
  34.       - MIN_COMPRESS_WIDTH was reduced to 16 from 64.
  35.  
  36.