home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / graphics / gif-util.zip / GIFTEXT.DOC < prev    next >
Text File  |  1989-08-01  |  997b  |  36 lines

  1.             GifText
  2.             -------
  3.  
  4. Program to print (text only) general information about GIF file
  5.  
  6. Usage:
  7. ------
  8.  
  9. Usage: GifText [-c] [-e] [-z] [-p] [-h] GifFile
  10.  
  11.   If no GifFile is given, GifText will try to read stdin for GIF file.
  12.   As giftext can generate huge amount of data, ^C will kill it, but 'q' will
  13. stop only the printing (of one of -e, -z, -p), while file integrity will still
  14. be checked.
  15.  
  16.  
  17. Memory required:
  18. ----------------
  19.  
  20. Line.
  21.  
  22.  
  23. Options:
  24. --------
  25.  
  26. 1. [-c] : Dumps also color maps.
  27. 2. [-e] : Dumps also encoded bytes - the pixels after compressed using LZ
  28.    algorithm and chained to form bytes. This is the form the data is saved
  29.    in the GIF file. Dumps in hex - 2 digit per byte.
  30. 3. [-z] : Dumps also the LZ codes of the image. Dumps in hex - 3 digits per
  31.    code (as we are limited to 12 bits).
  32. 4. [-p] : Dumps aslo the pixels of the image. Dumps in hex - 2 digit per
  33.    pixel (<=byte).
  34. 5. [-h] : print one command line help, similar to Usage above.
  35.  
  36.