[go: up one dir, main page]

Menu

[2b4c18]: / doc / gifasm.xml  Maximize  Restore  History

Download this file

79 lines (70 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
<?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='gifasm.1'>
<refentryinfo><date>2 May 2012</date></refentryinfo>
<refmeta>
<refentrytitle>gifasm</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="source">GIFLIB</refmiscinfo>
<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>gifasm</refname>
<refpurpose>assemble or disassemble multi-GIF animations</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>gifasm</command>
<arg choice='opt'>-v</arg>
<arg choice='opt'>-a</arg>
<arg choice='opt'>-d <replaceable>outfile</replaceable></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>-a</term>
<listitem>
<para> Assemble. This is the default, and the GifFile(s) are
assembled to stdout. Note the screen descriptor (including screen
color map) is taken from the first file, while other screen
descriptors are ignored. As this tool requires at least 2 GIF files as
input, no attempt will be made to read stdin if none specified on
command line.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-d OutFileName</term>
<listitem>
<para> Disassemble GifFile (if specified on command line) or stdin,
into several files of the form OutFileNameXX, where XX are two decimal
digits. Obviously up to 100 files can be generated this way. Note: in
this mode nothing is sent to stdout.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-h</term>
<listitem>
<para> Print one line of command line help, similar to Usage
above.</para>
</listitem>
</varlistentry>
</variablelist>
<para>If no GIF file is given, gifasm will try to read a GIF file from stdin, if
in disassembly mode only (-d).</para>
</refsect1>
<refsect1><title>Author:</title>
<para>Gershon Elber.</para>
</refsect1>
</refentry>