First commit ~0,10
This commit is contained in:
26
G/DOC/GIFFIX.DOC
Normal file
26
G/DOC/GIFFIX.DOC
Normal file
@ -0,0 +1,26 @@
|
||||
GifFix
|
||||
------
|
||||
|
||||
Program to attempt and fix broken GIF images.
|
||||
Currently will "fix" images terminated prematurely by filling the rest of
|
||||
the image with the darkest color found in image.
|
||||
|
||||
Usage:
|
||||
------
|
||||
|
||||
Usage: GifFix [-q] [-h] GifFile
|
||||
|
||||
If no GifFile is given, GifFix will try to read stdin for GIF file.
|
||||
|
||||
Memory required:
|
||||
----------------
|
||||
|
||||
Line.
|
||||
|
||||
|
||||
Options:
|
||||
--------
|
||||
|
||||
1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
|
||||
of running scan lines. Use -q- to turn off.
|
||||
2. [-h] : print one command line help, similar to Usage above.
|
Reference in New Issue
Block a user