source: general/graphlib/libtiff.xml@ 93d2c72

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 93d2c72 was d97499f, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 9 packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3417 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 libtiff-download-http "http://libtiff.maptools.org/dl/tiff-&libtiff-version;.tar.gz">
8<!ENTITY libtiff-download-ftp "ftp://ftp.remotesensing.org/pub/libtiff/tiff-&libtiff-version;.tar.gz">
9<!ENTITY libtiff-md5sum "37d222df12eb23691614cd40b7b1f215">
10<!ENTITY libtiff-size "1.2 MB">
11<!ENTITY libtiff-buildsize "15 MB">
12<!ENTITY libtiff-time "0.40 SBU">
13]>
14
15<sect1 id="libtiff" xreflabel="libtiff-&libtiff-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="libtiff.html"?>
21<title>libtiff-&libtiff-version;</title>
22
23<sect2>
24<title>Introduction to <application>libtiff</application></title>
25
26<para>The <application>libtiff</application> package contains the
27<acronym>TIFF</acronym> libraries and associated utilities. The libraries are
28used by many programs for reading and writing <acronym>TIFF</acronym> files
29and the utilities are useful for general work with
30<acronym>TIFF</acronym> files.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP):
35<ulink url="&libtiff-download-http;"/></para></listitem>
36<listitem><para>Download (FTP):
37<ulink url="&libtiff-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum: &libtiff-md5sum;</para></listitem>
39<listitem><para>Download size: &libtiff-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&libtiff-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&libtiff-time;</para></listitem></itemizedlist>
44</sect3>
45
46<sect3><title><application>libtiff</application> dependencies</title>
47<sect4><title>Optional</title>
48<para><xref linkend="libjpeg"/>,
49X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
50<xref linkend="freeglut"/>
51</para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>libtiff</application></title>
59
60<para>Install <application>libtiff</application> by running the following
61commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
64make &amp;&amp;
65make install</command></userinput></screen>
66
67</sect2>
68
69<sect2>
70<title>Contents</title>
71
72<para>The <application>libtiff</application> package contains
73<command>bmp2tiff</command>,
74<command>fax2ps</command>,
75<command>fax2tiff</command>,
76<command>gif2tiff</command>,
77<command>pal2rgb</command>,
78<command>ppm2tiff</command>,
79<command>ras2tiff</command>,
80<command>raw2tiff</command>,
81<command>rgb2ycbcr</command>,
82<command>thumbnail</command>,
83<command>tiff2bw</command>,
84<command>tiff2pdf</command>,
85<command>tiff2ps</command>,
86<command>tiff2rgba</command>,
87<command>tiffcmp</command>,
88<command>tiffcp</command>,
89<command>tiffdither</command>,
90<command>tiffdump</command>,
91<command>tiffgt</command>,
92<command>tiffinfo</command>,
93<command>tiffmedian</command>,
94<command>tiffset</command>,
95<command>tiffsplit</command> and
96<filename class="libraryfile">libtiff</filename> libraries.</para>
97
98</sect2>
99
100<sect2><title>Description</title>
101
102<sect3><title>bmp2tiff</title>
103<para><command>bmp2tiff</command> converts a Microsoft Windows Device
104Independent Bitmap image file to a <acronym>TIFF</acronym> image.</para></sect3>
105
106<sect3><title>fax2ps</title>
107<para><command>fac2ps</command> converts a <acronym>TIFF</acronym>
108facsimile to compressed PostScript file.</para></sect3>
109
110<sect3><title>fax2tiff</title>
111<para><command>fax2tiff</command> creates a <acronym>TIFF</acronym>
112Class F fax file from raw fax data.</para></sect3>
113
114<sect3><title>gif2tiff</title>
115<para><command>gif2tiff</command> creates a <acronym>TIFF</acronym> file
116from a <acronym>GIF87</acronym> format image file.</para></sect3>
117
118<sect3><title>pal2rgb</title>
119<para><command>pal2rgb</command> converts a palette color
120<acronym>TIFF</acronym> image to a full color image.</para></sect3>
121
122<sect3><title>ppm2tiff</title>
123<para><command>ppm2tiff</command> creates a <acronym>TIFF</acronym> file
124from a <acronym>PPM</acronym> image file.</para></sect3>
125
126<sect3><title>ras2tiff</title>
127<para><command>ras2tiff</command> creates a <acronym>TIFF</acronym> file
128from a Sun rasterfile.</para></sect3>
129
130<sect3><title>raw2tiff</title>
131<para><command>raw2tiff</command> converts a raw byte sequence into
132<acronym>TIFF</acronym>.</para></sect3>
133
134<sect3><title>rgb2ycbcr</title>
135<para><command>rgb2ycbcr</command> converts non-YCbCr
136<acronym>TIFF</acronym> images to a YCbCr <acronym>TIFF</acronym>
137image.</para></sect3>
138
139<sect3><title>thumbnail</title>
140<para><command>thumbnail</command> creates a <acronym>TIFF</acronym>
141file with thumbnail images.</para></sect3>
142
143<sect3><title>tiff2bw</title>
144<para><command>tiff2bw</command> converts a color
145<acronym>TIFF</acronym> image to grayscale.</para></sect3>
146
147<sect3><title>tiff2pdf</title>
148<para><command>tiff2pdf</command> converts a <acronym>TIFF</acronym>
149image to a <acronym>PDF</acronym> document.</para></sect3>
150
151<sect3><title>tiff2ps</title>
152<para><command>tiff2ps</command> converts a <acronym>TIFF</acronym>
153image to a PostScript file.</para></sect3>
154
155<sect3><title>tiff2rgba</title>
156<para><command>tiff2rgba</command> converts a wide variety of
157<acronym>TIFF</acronym> images into an <acronym>RGBA</acronym>
158<acronym>TIFF</acronym> image.</para></sect3>
159
160<sect3><title>tiffcmp</title>
161<para><command>tiffcmp</command> compares two <acronym>TIFF</acronym>
162files.</para></sect3>
163
164<sect3><title>tiffcp</title>
165<para><command>tiffcp</command> copies (and possibly converts) a
166<acronym>TIFF</acronym> file.</para></sect3>
167
168<sect3><title>tiffdither</title>
169<para><command>tiffdither</command> converts a grayscale image to
170bilevel using dithering.</para></sect3>
171
172<sect3><title>tiffdump</title>
173<para><command>tiffdump</command> prints verbatim information about
174<acronym>TIFF</acronym> files.</para></sect3>
175
176<sect3><title>tiffgt</title>
177<para><command>tiffgt</command> displays an image stored in a
178<acronym>TIFF</acronym> file in an <application>X</application>
179window.</para></sect3>
180
181<sect3><title>tiffinfo</title>
182<para><command>tiffinfo</command> prints information about
183<acronym>TIFF</acronym> files.</para></sect3>
184
185<sect3><title>tiffmedian</title>
186<para><command>tiffmedian</command> applies the median cut algorithm to
187data in a <acronym>TIFF</acronym> file.</para></sect3>
188
189<sect3><title>tiffsplit</title>
190<para><command>tiffsplit</command> splits a multi-image
191<acronym>TIFF</acronym> into single-image <acronym>TIFF</acronym>
192files.</para></sect3>
193
194<sect3><title>libtiff libraries</title>
195<para>The libtiff libraries are used by many programs to read and write
196<acronym>TIFF</acronym> files.</para></sect3>
197
198</sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.