home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / MAILERS / BEEE332 / README.T2T < prev    next >
Text File  |  1993-06-27  |  2KB  |  42 lines

  1. TIF TO TIF image converter          Jun 26 1993
  2.  
  3. t2t [option] [option] [...]
  4.  
  5. Options:  -i    Input file name
  6.           -x[#] Input file is raw G3 fax, opt. compression (# = 1 - 3)
  7.           -o    Output file name
  8.           -s### Gray shades are black from ###, otherwise white
  9.           -f    Floyd-Steinberg error diffusion for gray shades
  10.           -d    Gray shades are dithered
  11.           -b#   Output bits per sample (# = 1 or 8)
  12.           -c#   Output compression (# = 1 - 5)
  13.                 Compression 5 is not possible together with option -x
  14.           -n    Output negative (only 1 bit per sample)
  15.           -h    This help text
  16.  
  17. Compression:    1  Uncompressed
  18.                 2  Huffman 1D
  19.                 3  Huffman 1D FAX
  20.                 4  Huffman 2D
  21.                 5  LZW
  22.  
  23. ----------------------------------------------------------------------------
  24.  
  25. Many thanks to Harald Pollack for supplying the sources to this neat
  26. TIF TO TIF converter. T2T is an 32b OS/2 2.x EXE compiled with C Set/2.
  27.  
  28. To convert BT-EE's fax files to TIF files, you'll have to start T2T with 
  29. the following options:
  30.  
  31. T2T -ipage0101.fax -opage0101.tif -x -c2
  32.  
  33. "-c2" is optional; it writes the same file but with header and TIFF tags.
  34. If your TIF programm cannot read TIFF-F files, convert the file with 
  35. another -c paramter; e.g. no -c at all for an uncompressed file.
  36.  
  37. Have fun
  38.               Michael Buenter      2:301/602@fidonet
  39.                                    100022.2140@compuserve.com
  40.                                    buenter@stud.ee.ethz.ch
  41.                                    
  42.