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

  1.             GifInto
  2.             -------
  3.  
  4. Program to save stdin into a file with given name, iff the result file has
  5. size bigger than specified (see below). This can be used to save result in
  6. same files name we started a chain of pipes.
  7.  
  8. Usage:
  9. ------
  10.  
  11. Usage: GifInto [-s MinFileSize] [-h] GifFile
  12.  
  13.   GifInto always read from stdin for GIF file.
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Line.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-s MinFileSize] : If file is less than MinFileSize, it is deleted and
  25.    not renamed to given name. This will prevent from killing the file we
  26.    start with along the pipe, if result is empty file, or none complete.
  27.    The default for file size is 14 bytes which is 1 bigger than GIF file
  28.    stamp (6 bytes) and GIF file screen descriptor (7 bytes), so GIF file with
  29.    only GIF stamp and screen descriptor will not be renamed.
  30. 2. [-h] : print one command line help, similar to Usage above.
  31.