xref: /aosp_15_r20/external/giflib/doc/giffix.xml (revision 324bb76b8d05e2a05aa88511fff61cf3f9ca5892)
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE refentry PUBLIC
3   "-//OASIS//DTD DocBook XML V4.1.2//EN"
4   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
5<refentry id='giffix.1'>
6<refentryinfo><date>2 May 2012</date></refentryinfo>
7<refmeta>
8<refentrytitle>giffix</refentrytitle>
9<manvolnum>1</manvolnum>
10<refmiscinfo class="source">GIFLIB</refmiscinfo>
11<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
12</refmeta>
13<refnamediv id='name'>
14<refname>giffix</refname>
15<refpurpose>attempt to fix up broken GIFs</refpurpose>
16</refnamediv>
17
18<refsynopsisdiv id='synopsis'>
19
20<cmdsynopsis>
21  <command>giffix</command>
22      <arg choice='opt'>-v</arg>
23      <arg choice='opt'>-h</arg>
24      <arg choice='opt'><replaceable>gif-file</replaceable></arg>
25</cmdsynopsis>
26</refsynopsisdiv>
27
28<refsect1><title>Description</title>
29
30<para>A program that attempts to fix broken GIF images.  Currently will "fix"
31images terminated prematurely by filling the rest of the image with
32the darkest color found in the image.</para>
33
34<para>If no GIF file is given, giffix will try to read a GIF file from
35stdin.  The fixed file is dumped to stdout.</para>
36
37</refsect1>
38<refsect1><title>Options</title>
39
40<variablelist>
41<varlistentry>
42<term>-t</term>
43<listitem>
44<para>Verbose mode (show progress).
45Enables printout of running scan lines. </para>
46</listitem>
47</varlistentry>
48<varlistentry>
49<term>-h</term>
50<listitem>
51<para>Print one line of command line help, similar to Usage
52above.</para>
53</listitem>
54</varlistentry>
55</variablelist>
56
57</refsect1>
58<refsect1><title>Author</title>
59
60<para>Gershon Elber.</para>
61
62</refsect1>
63</refentry>
64