home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / viewers / giflib12 / doc / gifflip.doc < prev    next >
Text File  |  1991-05-13  |  923b  |  33 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 [-q] [-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. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  24.    of running scan lines. Use -q- to turn off.
  25. 2. [-r] : Rotate the GIF file to the right.
  26. 3. [-l] : Rotate the GIF file to the left.
  27. 4. [-x] : mirror the GIF file along X axis. Very useful if GIF file was
  28.    created from another format in with the first line in at image bottom.
  29.    Effectively flips first row with last.
  30. 5. [-y] : mirror the GIF file along Y axis.
  31.    Effectively flips first column with last.
  32. 6. [-h] : print one command line help, similar to Usage above.
  33.