[go: up one dir, main page]

Menu

[b34b03]: / doc / gif2x11.xml  Maximize  Restore  History

Download this file

83 lines (74 with data), 2.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?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>