source: general/graphlib/libtiff.xml@ 54664502

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 54664502 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
RevLine 
[52d29f7]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
[e16d90ee]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">
[d97499f]9<!ENTITY libtiff-md5sum "37d222df12eb23691614cd40b7b1f215">
[e16d90ee]10<!ENTITY libtiff-size "1.2 MB">
[95235f2]11<!ENTITY libtiff-buildsize "15 MB">
12<!ENTITY libtiff-time "0.40 SBU">
[52d29f7]13]>
14
[f45b1953]15<sect1 id="libtiff" xreflabel="libtiff-&libtiff-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[7f72cbf]20<?dbhtml filename="libtiff.html"?>
[f45b1953]21<title>libtiff-&libtiff-version;</title>
22
[52d29f7]23<sect2>
24<title>Introduction to <application>libtiff</application></title>
[446bd7c]25
[e16d90ee]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>
[446bd7c]31
[52d29f7]32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
[d97499f]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>
[52d29f7]39<listitem><para>Download size: &libtiff-size;</para></listitem>
[d97499f]40<listitem><para>Estimated disk space required:
41&libtiff-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&libtiff-time;</para></listitem></itemizedlist>
[52d29f7]44</sect3>
[446bd7c]45
[52d29f7]46<sect3><title><application>libtiff</application> dependencies</title>
47<sect4><title>Optional</title>
[e16d90ee]48<para><xref linkend="libjpeg"/>,
[a8599ff]49X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
50<xref linkend="freeglut"/>
[e16d90ee]51</para>
52</sect4>
[52d29f7]53</sect3>
[446bd7c]54
[52d29f7]55</sect2>
56
57<sect2>
58<title>Installation of <application>libtiff</application></title>
[9b4f389]59
[e16d90ee]60<para>Install <application>libtiff</application> by running the following
61commands:</para>
[446bd7c]62
[95235f2]63<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
[52d29f7]64make &amp;&amp;
65make install</command></userinput></screen>
[446bd7c]66
[52d29f7]67</sect2>
68
69<sect2>
70<title>Contents</title>
[446bd7c]71
[e16d90ee]72<para>The <application>libtiff</application> package contains
73<command>bmp2tiff</command>,
[52d29f7]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>,
[e16d90ee]91<command>tiffgt</command>,
[52d29f7]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>
[446bd7c]97
[52d29f7]98</sect2>
[446bd7c]99
[52d29f7]100<sect2><title>Description</title>
[446bd7c]101
[e16d90ee]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
[52d29f7]106<sect3><title>fax2ps</title>
107<para><command>fac2ps</command> converts a <acronym>TIFF</acronym>
108facsimile to compressed PostScript file.</para></sect3>
[446bd7c]109
[52d29f7]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>
[446bd7c]113
[52d29f7]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>
[446bd7c]117
[52d29f7]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>
[446bd7c]121
[52d29f7]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>
[446bd7c]125
[52d29f7]126<sect3><title>ras2tiff</title>
127<para><command>ras2tiff</command> creates a <acronym>TIFF</acronym> file
128from a Sun rasterfile.</para></sect3>
[446bd7c]129
[52d29f7]130<sect3><title>raw2tiff</title>
131<para><command>raw2tiff</command> converts a raw byte sequence into
132<acronym>TIFF</acronym>.</para></sect3>
[446bd7c]133
[52d29f7]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>
[446bd7c]138
[52d29f7]139<sect3><title>thumbnail</title>
140<para><command>thumbnail</command> creates a <acronym>TIFF</acronym>
141file with thumbnail images.</para></sect3>
[446bd7c]142
[52d29f7]143<sect3><title>tiff2bw</title>
144<para><command>tiff2bw</command> converts a color
145<acronym>TIFF</acronym> image to grayscale.</para></sect3>
[446bd7c]146
[52d29f7]147<sect3><title>tiff2pdf</title>
148<para><command>tiff2pdf</command> converts a <acronym>TIFF</acronym>
149image to a <acronym>PDF</acronym> document.</para></sect3>
[446bd7c]150
[52d29f7]151<sect3><title>tiff2ps</title>
152<para><command>tiff2ps</command> converts a <acronym>TIFF</acronym>
153image to a PostScript file.</para></sect3>
[446bd7c]154
[52d29f7]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>
[446bd7c]159
[52d29f7]160<sect3><title>tiffcmp</title>
161<para><command>tiffcmp</command> compares two <acronym>TIFF</acronym>
162files.</para></sect3>
[446bd7c]163
[52d29f7]164<sect3><title>tiffcp</title>
165<para><command>tiffcp</command> copies (and possibly converts) a
166<acronym>TIFF</acronym> file.</para></sect3>
[446bd7c]167
[52d29f7]168<sect3><title>tiffdither</title>
169<para><command>tiffdither</command> converts a grayscale image to
170bilevel using dithering.</para></sect3>
[446bd7c]171
[52d29f7]172<sect3><title>tiffdump</title>
173<para><command>tiffdump</command> prints verbatim information about
174<acronym>TIFF</acronym> files.</para></sect3>
[446bd7c]175
[e16d90ee]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
[52d29f7]181<sect3><title>tiffinfo</title>
182<para><command>tiffinfo</command> prints information about
183<acronym>TIFF</acronym> files.</para></sect3>
[446bd7c]184
[52d29f7]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>
[446bd7c]188
[52d29f7]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>
[446bd7c]193
[e16d90ee]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>
[446bd7c]197
[52d29f7]198</sect2>
[f45b1953]199
200</sect1>
Note: See TracBrowser for help on using the repository browser.