27 lines
556 B
Plaintext
27 lines
556 B
Plaintext
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.
|