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

  1.             GifFlip
  2.             -------
  3.  
  4. Program to flip (mirror) GIF file along X or Y axes, or rotate the GIF
  5. file 90 degrees to the left or to the right
  6.  
  7. Usage:
  8. ------
  9.  
  10. Usage: GifFlip [-r] [-l] [-x] [-y] [-h] GifFile
  11.  
  12.   If no GifFile is given, GifFlip will try to read stdin for GIF file.
  13.  
  14. Memory required:
  15. ----------------
  16.  
  17. Image.
  18.  
  19.  
  20. Options:
  21. --------
  22.  
  23. 1. [-r] : Rotate the GIF file to the right.
  24. 2. [-l] : Rotate the GIF file to the left.
  25. 3. [-x] : mirror the GIF file along X axis. Very useful if GIF file was
  26.    created from another format in with the first line in at image bottom.
  27.    Effectively flips first row with last.
  28. 4. [-y] : mirror the GIF file along Y axis.
  29.    Effectively flips first column with last.
  30. 5. [-h] : print one command line help, similar to Usage above.
  31.