📄 gifrsize.doc
字号:
GifRSize
--------
Program to resize image size by integer factor, using bits deleting (scaling
down) and bits duplication (scaling up).
Usage:
------
Usage: GifRSize [-s Scale] [-x XScale] [-y YScale] [-u] [-d] [-h] GifFile
If no GifFile is given, GifRSize will try to read stdin for GIF file.
Memory required:
----------------
Line.
Options:
--------
1. [-s Scale] : Set scaling factor for both x & y direction to Scale.
Default is 2.
2. [-x XScale] : Set scaling factor for x direction to Scale. Default is 2.
3. [-y YScale] : Set scaling factor for y direction to Scale. Default is 2.
4. [-u] : Scaling up.
5. [-d] : Scaling down. This is default.
6. [-h] : print one command line help, similar to Usage above.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -