source: general/graphlib/giflib.xml@ 09f7011

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 09f7011 was d4e57f76, checked in by Igor Živković <igor@…>, 20 years ago

Added giflib-4.1.3 and updated to libungif-4.1.3 and Imlib-1.9.15.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2853 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY giflib-download-http "http://prdownloads.sourceforge.net/libungif/giflib-&giflib-version;.tar.bz2">
8<!ENTITY giflib-download-ftp " ">
9<!ENTITY giflib-size "431 KB">
10<!ENTITY giflib-buildsize "5.8 MB">
11<!ENTITY giflib-time "0.11 SBU">
12
13]>
14
15<sect1 id="giflib" xreflabel="giflib-&giflib-version;">
16<sect1info>
17<othername>$LastChangedBy:$</othername>
18<date>$Date:$</date>
19</sect1info>
20<?dbhtml filename="giflib.html"?>
21<title>giflib-&giflib-version;</title>
22
23<sect2>
24<title>Introduction to <application>giflib</application></title>
25
26<para>The <application>giflib</application> package contains libraries for
27reading and writing <acronym>GIF</acronym>s as well as
28programs for converting and working with <acronym>GIF</acronym> files. The
29libraries are useful for any graphics program wishing to deal with
30<acronym>GIF</acronym> files while the programs are useful for conversion
31purposes as well as cleaning up images.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP): <ulink url="&giflib-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink url="&giflib-download-ftp;"/></para></listitem>
37<listitem><para>Download size: &giflib-size;</para></listitem>
38<listitem><para>Estimated disk space required: &giflib-buildsize;</para></listitem>
39<listitem><para>Estimated build time: &giflib-time;</para></listitem></itemizedlist>
40</sect3>
41
42<sect3><title><application>giflib</application> dependencies</title>
43<sect4><title>Optional</title>
44<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of <application>giflib</application></title>
51
52<para>Install <application>giflib</application> by running the following
53commands:</para>
54
55<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
56make &amp;&amp;
57make install</command></userinput></screen>
58
59</sect2>
60
61<sect2>
62<title>Contents</title>
63
64<para>The giflib package contains
65<command>gif2epsn</command>,
66<command>gif2ps</command>,
67<command>gif2rgb</command>,
68<command>gif2x11</command>,
69<command>gifasm</command>,
70<command>gifbg</command>,
71<command>gifburst</command>,
72<command>gifclip</command>,
73<command>gifclrmp</command>,
74<command>gifcolor</command>,
75<command>gifcomb</command>,
76<command>gifcompose</command>,
77<command>giffiltr</command>,
78<command>giffix</command>,
79<command>gifflip</command>,
80<command>gifhisto</command>,
81<command>gifinfo</command>,
82<command>gifinter</command>,
83<command>gifinto</command>,
84<command>gifovly</command>,
85<command>gifpos</command>,
86<command>gifrotat</command>,
87<command>gifrsize</command>,
88<command>gifspnge</command>,
89<command>giftext</command>,
90<command>gifwedge</command>,
91<command>icon2gif</command>,
92<command>raw2gif</command>,
93<command>rgb2gif</command>,
94<command>text2gif</command> and
95<filename class="libraryfile">libgif</filename> libraries.</para>
96
97</sect2>
98
99<sect2><title>Description</title>
100
101<sect3><title>gif2epsn</title>
102<para>Dumps images saved as <acronym>GIF</acronym> files on Epson type
103printers.</para></sect3>
104
105<sect3><title>gif2ps</title>
106<para>Print <acronym>GIF</acronym> files on laser printers supporting PostScript.
107</para></sect3>
108
109<sect3><title>gif2rgb</title>
110<para>Convert images saved as <acronym>GIF</acronym> to 24-bit
111<acronym>RGB</acronym> image(s).</para></sect3>
112
113<sect3><title>gif2x11</title>
114<para>Display images saved as <acronym>GIF</acronym> files
115under X Window System.</para></sect3>
116
117<sect3><title>gifasm</title>
118<para>Assemble multiple <acronym>GIF</acronym>s into one, or burst a
119multiple-image <acronym>GIF</acronym>.</para></sect3>
120
121<sect3><title>gifbg</title>
122<para>Generate a single-color test pattern <acronym>GIF</acronym>.</para>
123</sect3>
124
125<sect3><title>gifburst</title>
126<para>Burst a <acronym>GIF</acronym> image into subrectangles.</para></sect3>
127
128<sect3><title>gifclip</title>
129<para>Clip or crop a <acronym>GIF</acronym> image.</para></sect3>
130
131<sect3><title>gifclrmp</title>
132<para>Modify <acronym>GIF</acronym> image colormaps.</para></sect3>
133
134<sect3><title>gifcolor</title>
135<para>Generate color test patterns.</para></sect3>
136
137<sect3><title>gifcomb</title>
138<para>Combine 2 <acronym>GIF</acronym> images of exactly the same size into one.
139</para></sect3>
140
141<sect3><title>gifcompose</title>
142<para>Use (un)giflib tools to compose images.</para></sect3>
143
144<sect3><title>giffiltr</title>
145<para>Template code for filtering a <acronym>GIF</acronym>
146sequentially.</para></sect3>
147
148<sect3><title>giffix</title>
149<para>Clumsily attempts to fix truncated <acronym>GIF</acronym> images.</para>
150</sect3>
151
152<sect3><title>gifflip</title>
153<para>Flip <acronym>GIF</acronym> image along X or Y axis or rotate by 90
154degrees.</para></sect3>
155
156<sect3><title>gifhisto</title>
157<para>Generate color-frequency histogram from a <acronym>GIF</acronym>.</para>
158</sect3>
159
160<sect3><title>gifinfo</title>
161<para>Gives information on a <acronym>GIF</acronym> file.</para></sect3>
162
163<sect3><title>gifinter</title>
164<para>Convert between interlaced and non-interlaced images.</para></sect3>
165
166<sect3><title>gifinto</title>
167<para>End-of-pipe fitting for <acronym>GIF</acronym>-processing
168pipelines.</para></sect3>
169
170<sect3><title>gifovly</title>
171<para>Generate one composite <acronym>GIF</acronym> from a multiple-image
172<acronym>GIF</acronym>.</para></sect3>
173
174<sect3><title>gifpos</title>
175<para>Change a <acronym>GIF</acronym>'s screen size or recondition
176it.</para></sect3>
177
178<sect3><title>gifrotat</title>
179<para>Rotate a <acronym>GIF</acronym> through any desired angle.</para></sect3>
180
181<sect3><title>gifrsize</title>
182<para>Resize a <acronym>GIF</acronym> by deletion or duplication of bits.</para>
183</sect3>
184
185<sect3><title>gifspnge</title>
186<para>Template code for filtering a <acronym>GIF</acronym> with in-core
187operations.</para></sect3>
188
189<sect3><title>giftext</title>
190<para>Print (text only) general information about a <acronym>GIF</acronym>.
191</para></sect3>
192
193<sect3><title>gifwedge</title>
194<para>Create a test <acronym>GIF</acronym> image resembling a color monitor
195test pattern.</para></sect3>
196
197<sect3><title>icon2gif</title>
198<para>Converter/deconverter to/from an editable text format.</para></sect3>
199
200<sect3><title>raw2gif</title>
201<para>Convert raw 8-bit image data into <acronym>GIF</acronym> files.</para>
202</sect3>
203
204<sect3><title>rgb2gif</title>
205<para>Convert 24 bit images to a <acronym>GIF</acronym> image using color
206quantization.</para></sect3>
207
208<sect3><title>text2gif</title>
209<para>Generate <acronym>GIF</acronym> images out of regular text in 8x8 font.
210</para></sect3>
211
212</sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.