source: general/graphlib/libungif/libungif-desc.xml@ 4e2ef6e

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 v1_0 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4e2ef6e was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

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

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The libungif package contains <userinput>gif2epsn, gif2ps, gif2rgb,
5gifasm, gifbg, gifburst, gifclip, gifclrmp, gifcolor, gifcomb, gifcompose,
6giffiltr, giffix, gifflip, gifhisto, gifinfo, gifinter, gifinto, gifovly,
7gifpos, gifrotat, gifrsize, gifspnge, giftext, gifwedge, icon2gif, raw2gif,
8rgb2gif, text2gif</userinput> and the <userinput>ungif
9libraries</userinput>.</para>
10
11</sect2>
12
13<sect2><title>Description</title>
14
15<sect3><title>gif2epsn</title>
16<para>Dumps images saved as GIF files on Epson type printers.</para></sect3>
17
18<sect3><title>gif2ps</title>
19<para>Print GIF file on laser printers supporting PostScript.</para></sect3>
20
21<sect3><title>gif2rgb</title>
22<para>Convert images saved as GIF to 24-bit RGB image(s).</para></sect3>
23
24<sect3><title>gifasm</title>
25<para>assemble multiple GIFs into one, or burst a
26multiple-image GIF.</para></sect3>
27
28<sect3><title>gifbg</title>
29<para>Generate a single-color test pattern GIF.</para></sect3>
30
31<sect3><title>gifburst</title>
32<para>Burst a GIF image into subrectangles.</para></sect3>
33
34<sect3><title>gifclip</title>
35<para>Clip or crop a GIF image.</para></sect3>
36
37<sect3><title>gifclrmp</title>
38<para>Modify GIF image colormaps.</para></sect3>
39
40<sect3><title>gifcolor</title>
41<para>Generate color test patterns.</para></sect3>
42
43<sect3><title>gifcomb</title>
44<para>Combine 2 GIF images of exactly the same size into one.</para></sect3>
45
46<sect3><title>gifcompose</title>
47<para>Use (un)giflib tools to compose images.</para></sect3>
48
49<sect3><title>giffiltr</title>
50<para>Template code for filtering a GIF sequentially.</para></sect3>
51
52<sect3><title>giffix</title>
53<para>Clumsily attempts to fix truncated GIF images.</para></sect3>
54
55<sect3><title>gifflip</title>
56<para>Flip GIF image along X or Y axis or rotate by 90 degrees.</para></sect3>
57
58<sect3><title>gifhisto</title>
59<para>Generate color-frequency histogram from a GIF.</para></sect3>
60
61<sect3><title>gifinfo</title>
62<para>Gives information on a GIF file.</para></sect3>
63
64<sect3><title>gifinter</title>
65<para>Convert between interlaced and non interlaced images.</para></sect3>
66
67<sect3><title>gifinto</title>
68<para>End-of-pipe fitting for GIF-processing pipelines.</para></sect3>
69
70<sect3><title>gifovly</title>
71<para>Generate one composite GIF from a multiple-image GIF.</para></sect3>
72
73<sect3><title>gifpos</title>
74<para>Change a GIF's screen size or recondition it.</para></sect3>
75
76<sect3><title>gifrotat</title>
77<para>Rotate a GIF through any desired angle.</para></sect3>
78
79<sect3><title>gifrsize</title>
80<para>Resize a GIF by deletion or duplication of bits.</para></sect3>
81
82<sect3><title>gifspnge</title>
83<para>Template code for filtering a GIF with in-core operations.</para></sect3>
84
85<sect3><title>giftext</title>
86<para>Print (text only) general information about a GIF</para></sect3>
87
88<sect3><title>gifwedge</title>
89<para>Create a test GIF image resembling a color monitor test
90pattern.</para></sect3>
91
92<sect3><title>icon2gif</title>
93<para>Converter/deconverter to/from an editable text format.</para></sect3>
94
95<sect3><title>raw2gif</title>
96<para>Convert raw 8-bit image data into GIF files.</para></sect3>
97
98<sect3><title>rgb2gif</title>
99<para>Convert 24 bit images to a GIF image using color
100quantization.</para></sect3>
101
102<sect3><title>text2gif</title>
103<para>Generate GIF images out of regular text in 8x8 font.</para></sect3>
104
105</sect2>
106
Note: See TracBrowser for help on using the repository browser.