[go: up one dir, main page]

Menu

[8bed39]: / doc / gifsponge.xml  Maximize  Restore  History

Download this file

41 lines (33 with data), 1.2 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
<?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 "david.sephirot@gmail.com">
]>
<refentry id='gifsponge.1'>
<refentryinfo><date>20 Dec 2020</date></refentryinfo>
<refmeta>
<refentrytitle>gifsponge</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="source">GIFLIB</refmiscinfo>
<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>gifsponge</refname>
<refpurpose>expensive GIF copy, a model for slurp utilities</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>gifsponge</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>Slurp a GIF into core, operate on it, spew it out again.
This is an expensive way to copy a GIF. The source is included
as a skeleton for more sophisticated slurp utilities. See the source in the
util directory for details.</para>
</refsect1>
<refsect1><title>Author</title>
<para>David Suárez <email>&email;</email></para>
</refsect1>
</refentry>