[go: up one dir, main page]

Menu

[fbcc49]: / doc / gifspnge.xml  Maximize  Restore  History

Download this file

44 lines (35 with data), 1.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
<?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" [
<!ENTITY email "esr@thyrsus.com">
]>
<refentry id='gifspnge.1'>
<refentryinfo><date>2 May 2012</date></refentryinfo>
<refmeta>
<refentrytitle>gifspnge</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="source">GIFLIB</refmiscinfo>
<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>gifspnge</refname>
<refpurpose>expensive GIF copy, whole-image version</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>gifspnge</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>This is an expensive way to copy a GIF from stdin to stdout.
The source is included as a skeleton for more sophisticated filters
using DGifSlurp() and EGifSpew(). See the source in the util
directory of the distribution for details.</para>
<para>Retains some utility as a test of DGifSlurp() and EGifSpew().
The output should be bytewise identical to the input.</para>
</refsect1>
<refsect1><title>Author</title>
<para>Eric S. Raymond <email>&email;</email></para>
</refsect1>
</refentry>