logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

giffix - attempt to fix up broken GIFs

Author

       Gershon Elber.

GIFLIB                                             2 May 2012                                          GIFFIX(1)

Description

       A program that attempts to fix broken GIF images. Currently will "fix" images terminated prematurely by
       filling the rest of the image with the darkest color found in the image.

       If no GIF file is given, giffix will try to read a GIF file from stdin. The fixed file is dumped to
       stdout.

Name

       giffix - attempt to fix up broken GIFs

Options

       -t
           Verbose mode (show progress). Enables printout of running scan lines.

       -h
           Print one line of command line help, similar to Usage above.

Synopsis

giffix [-v] [-h] [gif-file]

See Also