<?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='gif2x11.1'>
<refentryinfo><date>2 May 2012</date></refentryinfo>
<refmeta>
<refentrytitle>gif2x11</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="source">GIFLIB</refmiscinfo>
<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>gif2x11</refname>
<refpurpose>display GIF files under X window system</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>gif2x11</command>
<arg choice='opt'>-v</arg>
<arg choice='opt'>-p <replaceable>PosX PosY</replaceable></arg>
<arg choice='opt'>-d <replaceable>display</replaceable></arg>
<arg choice='opt'>-f</arg>
<arg choice='opt'>-h</arg>
<arg choice='opt'><replaceable>gif-file</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Options:</title>
<variablelist>
<varlistentry>
<term>-v</term>
<listitem>
<para>Verbose mode (show progress).
Enables printout of running scan lines. </para>
</listitem>
</varlistentry>
<varlistentry>
<term>-p PosX PosY</term>
<listitem>
<para> Set the position of image on screen. By default the program
will prompt for position.</para>
</listitem>
</varlistentry>
<varlistentry>
<term> [-d Display]</term>
<listitem>
<para> What X server should be connected to.</para>
</listitem>
</varlistentry>
<varlistentry>
<term> [-f]</term>
<listitem>
<para> Force attempt to allocate exact colors. This usually will
result in a very muddled image if not enough colors can be allocated;
the rest of them will be approximated by the closest one. By default
the least bits of the colors are stripped until success (in
allocation) which looks much better.</para>
</listitem>
</varlistentry>
<varlistentry>
<term> [-h]</term>
<listitem>
<para> Print one line command line help, similar to Usage above.</para>
</listitem>
</varlistentry>
</variablelist>
<para>If no GIF file is given, gif2X11 will try to read a GIF file
from stdin. Note: this program does <emphasis>not</emphasis> read the
X resource data base.</para>
</refsect1>
<refsect1><title>Author</title>
<para>Gershon Elber</para>
</refsect1>
</refentry>