First commit ~0,10
This commit is contained in:
28
G/DOC/GIFINTER.DOC
Normal file
28
G/DOC/GIFINTER.DOC
Normal file
@ -0,0 +1,28 @@
|
||||
GifInter
|
||||
--------
|
||||
|
||||
Program to convert between interlaced and non interlaced images in GIF file.
|
||||
|
||||
Usage:
|
||||
------
|
||||
|
||||
Usage: GifInter [-q] [-i] [-s] [-h] GifFile
|
||||
|
||||
If no GifFile is given, GifInter will try to read stdin for GIF file.
|
||||
|
||||
|
||||
Memory required:
|
||||
----------------
|
||||
|
||||
Image.
|
||||
|
||||
|
||||
Options:
|
||||
--------
|
||||
|
||||
1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
|
||||
of running scan lines. Use -q- to turn off.
|
||||
2. [-i] : Force all images in GIF file be interlaced.
|
||||
3. [-s] : Force all images in GIF file be sequencial (default).
|
||||
4. [-h] : print one command line help, similar to Usage above.
|
||||
|
Reference in New Issue
Block a user