1 Description: Recover the giffilter manual page
2 Author: David Suárez <david.sephirot@gmail.com>
4 Bug: https://sourceforge.net/p/giflib/bugs/154/
5 Last-Update: 2020-12-20
8 +++ b/doc/giffilter.xml
10 +<?xml version="1.0" encoding="ISO-8859-1"?>
11 +<!DOCTYPE refentry PUBLIC
12 + "-//OASIS//DTD DocBook XML V4.1.2//EN"
13 + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
14 +<!ENTITY email "esr@thyrsus.com">
16 +<refentry id='giffilter.1'>
17 +<refentryinfo><date>2 May 2012</date></refentryinfo>
19 +<refentrytitle>giffilter</refentrytitle>
20 +<manvolnum>1</manvolnum>
21 +<refmiscinfo class="source">GIFLIB</refmiscinfo>
22 +<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
24 +<refnamediv id='name'>
25 +<refname>giffilter</refname>
26 +<refpurpose>expensive GIF copy, a model for filter utilities</refpurpose>
29 +<refsynopsisdiv id='synopsis'>
32 + <command>giffilter</command>
36 +<refsect1><title>Description</title>
38 +<para>This is an expensive way to copy a GIF. The source is included
39 +as a skeleton for more sophisticated filters. See the source in the
40 +util directory for details.</para>
42 +<para>Also has some utility as a test of the sequential GIF record I/O
43 +routines. The output should be bytewise identical to the input.</para>
46 +<refsect1><title>Author</title>
48 +<para>Eric S. Raymond <email>&email;</email></para>