home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
PROGRAMM
/
GIFLIB.ZIP
/
GIFFLIP.DOC
< prev
next >
Wrap
Text File
|
1989-08-01
|
795b
|
31 lines
GifFlip
-------
Program to flip (mirror) GIF file along X or Y axes, or rotate the GIF
file 90 degrees to the left or to the right
Usage:
------
Usage: GifFlip [-r] [-l] [-x] [-y] [-h] GifFile
If no GifFile is given, GifFlip will try to read stdin for GIF file.
Memory required:
----------------
Image.
Options:
--------
1. [-r] : Rotate the GIF file to the right.
2. [-l] : Rotate the GIF file to the left.
3. [-x] : mirror the GIF file along X axis. Very useful if GIF file was
created from another format in with the first line in at image bottom.
Effectively flips first row with last.
4. [-y] : mirror the GIF file along Y axis.
Effectively flips first column with last.
5. [-h] : print one command line help, similar to Usage above.