source: general/graphlib/libtiff.xml@ b19a7bb4

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 b19a7bb4 was a8599ff, checked in by Igor Živković <igor@…>, 19 years ago

Added freeglut-2.2.0.

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

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