gifflip.doc
来自「dll处理软件」· DOC 代码 · 共 31 行
DOC
31 行
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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?