source: general/graphlib/libtiff.xml@ 95235f2

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

Updated to libtiff-3.7.1.

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

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