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

  1.             GifInter
  2.             --------
  3.  
  4. Program to convert between interlaced and non interlaced images in GIF file.
  5.  
  6. Usage:
  7. ------
  8.  
  9. Usage: GifInter [-i] [-s] [-h] GifFile
  10.  
  11.   If no GifFile is given, GifInter will try to read stdin for GIF file.
  12.  
  13.  
  14. Memory required:
  15. ----------------
  16.  
  17. Image.
  18.  
  19.  
  20. Options:
  21. --------
  22.  
  23. 1. [-i] : Force all images in GIF file be interlaced.
  24. 2. [-s] : Force all images in GIF file be sequencial (default).
  25. 3. [-h] : print one command line help, similar to Usage above.
  26.  
  27.