2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2004-10-21 04:59:23 +08:00
|
|
|
<!ENTITY libungif-download-http "http://prdownloads.sourceforge.net/libungif/libungif-&libungif-version;.tar.bz2">
|
|
|
|
<!ENTITY libungif-download-ftp " ">
|
2005-02-08 05:16:21 +08:00
|
|
|
<!ENTITY libungif-md5sum "8c198831cc0495596c78134b8849e9ad">
|
2004-10-21 04:59:23 +08:00
|
|
|
<!ENTITY libungif-size "430 KB">
|
2005-04-14 09:34:26 +08:00
|
|
|
<!ENTITY libungif-buildsize "6.2 MB">
|
|
|
|
<!ENTITY libungif-time "0.16 SBU">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<sect1 id="libungif" xreflabel="libungif-&libungif-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-07 09:51:44 +08:00
|
|
|
<?dbhtml filename="libungif.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>libungif-&libungif-version;</title>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>libungif</application></title>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-07-06 13:11:12 +08:00
|
|
|
<para>The <application>libungif</application> package contains libraries for
|
|
|
|
reading all <acronym>GIF</acronym>s and writing non-compressed ones as well as
|
|
|
|
programs for converting and working with <acronym>GIF</acronym> files. The
|
|
|
|
libraries are useful for any graphics program wishing to deal with
|
|
|
|
<acronym>GIF</acronym> files while the programs are useful for conversion
|
|
|
|
purposes as well as cleaning up images.</para>
|
|
|
|
|
|
|
|
<para>The reason <application>libungif</application> only writes non-compressed
|
|
|
|
<acronym>GIF</acronym>s is due to a legal issue with <acronym>LZW</acronym>
|
2005-04-14 09:34:26 +08:00
|
|
|
compression (which Unisys claimed a patent on). Reading <acronym>GIF</acronym>s
|
2004-07-06 13:11:12 +08:00
|
|
|
is not a problem as the decompression routines do not seem to be limited in
|
|
|
|
this way. Note that this has in the past been disputed. The best way to avoid
|
|
|
|
this whole mess is to simply use <application>libungif</application> for
|
|
|
|
looking at <acronym>GIF</acronym> images on the web, while in any pages which
|
|
|
|
you design, use the open source <acronym>PNG</acronym> format instead (which
|
|
|
|
uses, not surprisingly, the <application>libpng</application> library) which
|
|
|
|
has no patent issues at all.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
2005-02-08 05:16:21 +08:00
|
|
|
<listitem><para>Download (HTTP):
|
|
|
|
<ulink url="&libungif-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP):
|
|
|
|
<ulink url="&libungif-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download MD5 sum: &libungif-md5sum;</para></listitem>
|
2004-06-13 06:56:28 +08:00
|
|
|
<listitem><para>Download size: &libungif-size;</para></listitem>
|
2005-02-08 05:16:21 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
|
|
|
&libungif-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&libungif-time;</para></listitem></itemizedlist>
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-07-06 13:11:12 +08:00
|
|
|
<sect3><title><application>libungif</application> dependencies</title>
|
|
|
|
<sect4><title>Optional</title>
|
2005-02-08 05:16:21 +08:00
|
|
|
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
|
|
|
|
</sect4>
|
2004-07-06 13:11:12 +08:00
|
|
|
</sect3>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>libungif</application></title>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para>Install <application>libungif</application> by running the following
|
|
|
|
commands:</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-10-21 04:59:23 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
2004-06-13 06:56:28 +08:00
|
|
|
make &&
|
2005-04-14 09:34:26 +08:00
|
|
|
make install &&
|
|
|
|
install -v -m755 -d /usr/share/doc/libungif-&libungif-version;/html &&
|
|
|
|
install -v -m644 doc/*.{png,html} \
|
|
|
|
/usr/share/doc/libungif-&libungif-version;/html &&
|
|
|
|
install -v -m644 doc/*.txt \
|
|
|
|
/usr/share/doc/libungif-&libungif-version;</command></userinput></screen>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-10-21 04:59:23 +08:00
|
|
|
<para>The libungif package contains
|
|
|
|
<command>gif2epsn</command>,
|
|
|
|
<command>gif2ps</command>,
|
|
|
|
<command>gif2rgb</command>,
|
|
|
|
<command>gif2x11</command>,
|
|
|
|
<command>gifasm</command>,
|
|
|
|
<command>gifbg</command>,
|
|
|
|
<command>gifburst</command>,
|
|
|
|
<command>gifclip</command>,
|
|
|
|
<command>gifclrmp</command>,
|
|
|
|
<command>gifcolor</command>,
|
|
|
|
<command>gifcomb</command>,
|
|
|
|
<command>gifcompose</command>,
|
|
|
|
<command>giffiltr</command>,
|
|
|
|
<command>giffix</command>,
|
|
|
|
<command>gifflip</command>,
|
|
|
|
<command>gifhisto</command>,
|
|
|
|
<command>gifinfo</command>,
|
|
|
|
<command>gifinter</command>,
|
|
|
|
<command>gifinto</command>,
|
|
|
|
<command>gifovly</command>,
|
|
|
|
<command>gifpos</command>,
|
|
|
|
<command>gifrotat</command>,
|
|
|
|
<command>gifrsize</command>,
|
|
|
|
<command>gifspnge</command>,
|
|
|
|
<command>giftext</command>,
|
|
|
|
<command>gifwedge</command>,
|
|
|
|
<command>icon2gif</command>,
|
|
|
|
<command>raw2gif</command>,
|
|
|
|
<command>rgb2gif</command>,
|
|
|
|
<command>text2gif</command> and
|
|
|
|
<filename class="libraryfile">libungif</filename> libraries.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect2><title>Description</title>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gif2epsn</title>
|
2004-06-25 02:44:11 +08:00
|
|
|
<para>Dumps images saved as <acronym>GIF</acronym> files on Epson type
|
|
|
|
printers.</para></sect3>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gif2ps</title>
|
2005-02-08 05:16:21 +08:00
|
|
|
<para>Print <acronym>GIF</acronym> files on laser printers supporting
|
|
|
|
PostScript.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gif2rgb</title>
|
2004-07-06 13:11:12 +08:00
|
|
|
<para>Convert images saved as <acronym>GIF</acronym> to 24-bit
|
|
|
|
<acronym>RGB</acronym> image(s).</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-10-21 04:59:23 +08:00
|
|
|
<sect3><title>gif2x11</title>
|
|
|
|
<para>Display images saved as <acronym>GIF</acronym> files
|
|
|
|
under X Window System.</para></sect3>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifasm</title>
|
|
|
|
<para>Assemble multiple <acronym>GIF</acronym>s into one, or burst a
|
|
|
|
multiple-image <acronym>GIF</acronym>.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifbg</title>
|
|
|
|
<para>Generate a single-color test pattern <acronym>GIF</acronym>.</para>
|
|
|
|
</sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifburst</title>
|
|
|
|
<para>Burst a <acronym>GIF</acronym> image into subrectangles.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifclip</title>
|
|
|
|
<para>Clip or crop a <acronym>GIF</acronym> image.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifclrmp</title>
|
|
|
|
<para>Modify <acronym>GIF</acronym> image colormaps.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifcolor</title>
|
|
|
|
<para>Generate color test patterns.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifcomb</title>
|
2005-02-08 05:16:21 +08:00
|
|
|
<para>Combine 2 <acronym>GIF</acronym> images of exactly the same size into
|
|
|
|
one.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifcompose</title>
|
|
|
|
<para>Use (un)giflib tools to compose images.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>giffiltr</title>
|
2004-06-25 02:44:11 +08:00
|
|
|
<para>Template code for filtering a <acronym>GIF</acronym>
|
|
|
|
sequentially.</para></sect3>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>giffix</title>
|
|
|
|
<para>Clumsily attempts to fix truncated <acronym>GIF</acronym> images.</para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>gifflip</title>
|
|
|
|
<para>Flip <acronym>GIF</acronym> image along X or Y axis or rotate by 90
|
|
|
|
degrees.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifhisto</title>
|
|
|
|
<para>Generate color-frequency histogram from a <acronym>GIF</acronym>.</para>
|
|
|
|
</sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifinfo</title>
|
|
|
|
<para>Gives information on a <acronym>GIF</acronym> file.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifinter</title>
|
|
|
|
<para>Convert between interlaced and non-interlaced images.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifinto</title>
|
2004-06-25 02:44:11 +08:00
|
|
|
<para>End-of-pipe fitting for <acronym>GIF</acronym>-processing
|
|
|
|
pipelines.</para></sect3>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifovly</title>
|
|
|
|
<para>Generate one composite <acronym>GIF</acronym> from a multiple-image
|
|
|
|
<acronym>GIF</acronym>.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifpos</title>
|
2004-07-06 13:11:12 +08:00
|
|
|
<para>Change a <acronym>GIF</acronym>'s screen size or recondition
|
|
|
|
it.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifrotat</title>
|
2004-06-25 02:44:11 +08:00
|
|
|
<para>Rotate a <acronym>GIF</acronym> through any desired angle.</para></sect3>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifrsize</title>
|
|
|
|
<para>Resize a <acronym>GIF</acronym> by deletion or duplication of bits.</para>
|
|
|
|
</sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifspnge</title>
|
|
|
|
<para>Template code for filtering a <acronym>GIF</acronym> with in-core
|
|
|
|
operations.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>giftext</title>
|
|
|
|
<para>Print (text only) general information about a <acronym>GIF</acronym>.
|
|
|
|
</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>gifwedge</title>
|
|
|
|
<para>Create a test <acronym>GIF</acronym> image resembling a color monitor
|
|
|
|
test pattern.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>icon2gif</title>
|
|
|
|
<para>Converter/deconverter to/from an editable text format.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>raw2gif</title>
|
|
|
|
<para>Convert raw 8-bit image data into <acronym>GIF</acronym> files.</para>
|
|
|
|
</sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>rgb2gif</title>
|
|
|
|
<para>Convert 24 bit images to a <acronym>GIF</acronym> image using color
|
|
|
|
quantization.</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>text2gif</title>
|
|
|
|
<para>Generate <acronym>GIF</acronym> images out of regular text in 8x8 font.
|
|
|
|
</para></sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|