mirror of
https://github.com/openharmony/third_party_giflib.git
synced 2026-07-01 06:41:59 -04:00
64 lines
1.6 KiB
XML
64 lines
1.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE refentry PUBLIC
|
|
"-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
|
|
<refentry id='giffix.1'>
|
|
<refentryinfo><date>2 May 2012</date></refentryinfo>
|
|
<refmeta>
|
|
<refentrytitle>giffix</refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
<refmiscinfo class="source">GIFLIB</refmiscinfo>
|
|
<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv id='name'>
|
|
<refname>giffix</refname>
|
|
<refpurpose>attempt to fix up broken GIFs</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv id='synopsis'>
|
|
|
|
<cmdsynopsis>
|
|
<command>giffix</command>
|
|
<arg choice='opt'>-v</arg>
|
|
<arg choice='opt'>-h</arg>
|
|
<arg choice='opt'><replaceable>gif-file</replaceable></arg>
|
|
</cmdsynopsis>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>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.</para>
|
|
|
|
<para>If no GIF file is given, giffix will try to read a GIF file from
|
|
stdin. The fixed file is dumped to stdout.</para>
|
|
|
|
</refsect1>
|
|
<refsect1><title>Options</title>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>-t</term>
|
|
<listitem>
|
|
<para>Verbose mode (show progress).
|
|
Enables printout of running scan lines. </para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>-h</term>
|
|
<listitem>
|
|
<para>Print one line of command line help, similar to Usage
|
|
above.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</refsect1>
|
|
<refsect1><title>Author</title>
|
|
|
|
<para>Gershon Elber.</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|