source: general/graphlib/libtiff.xml@ ddb1f96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ddb1f96 was a8599ff, checked in by Igor Živković <igor@…>, 20 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
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">
10<!ENTITY libtiff-buildsize "15.6 MB">
11<!ENTITY libtiff-time "0.41 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>
36<listitem><para>Estimated Disk space required: &libtiff-buildsize;</para></listitem>
37<listitem><para>Estimated build time: &libtiff-time;</para></listitem></itemizedlist>
38</sect3>
[446bd7c]39
[9b4f389]40<sect3><title>Additional downloads</title>
[e16d90ee]41<itemizedlist spacing="compact">
42<listitem><para>Required Patch: <ulink
[94b1dc3]43url="&patch-root;/tiff-&libtiff-version;-libtool_fix-1.patch"/></para>
[e16d90ee]44</listitem>
45</itemizedlist>
46</sect3>
[9b4f389]47
[52d29f7]48<sect3><title><application>libtiff</application> dependencies</title>
49<sect4><title>Optional</title>
[e16d90ee]50<para><xref linkend="libjpeg"/>,
[a8599ff]51X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
52<xref linkend="freeglut"/>
[e16d90ee]53</para>
54</sect4>
[52d29f7]55</sect3>
[446bd7c]56
[52d29f7]57</sect2>
58
59<sect2>
60<title>Installation of <application>libtiff</application></title>
[9b4f389]61
[e16d90ee]62<para>Install <application>libtiff</application> by running the following
63commands:</para>
[446bd7c]64
[94b1dc3]65<screen><userinput><command>patch -Np1 -i ../tiff-&libtiff-version;-libtool_fix-1.patch &amp;&amp;
[a8599ff]66./configure --prefix=/usr &amp;&amp;
[52d29f7]67make &amp;&amp;
68make install</command></userinput></screen>
[446bd7c]69
[52d29f7]70</sect2>
71
72<sect2>
73<title>Contents</title>
[446bd7c]74
[e16d90ee]75<para>The <application>libtiff</application> package contains
76<command>bmp2tiff</command>,
[52d29f7]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>,
[e16d90ee]94<command>tiffgt</command>,
[52d29f7]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>
[446bd7c]100
[52d29f7]101</sect2>
[446bd7c]102
[52d29f7]103<sect2><title>Description</title>
[446bd7c]104
[e16d90ee]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
[52d29f7]109<sect3><title>fax2ps</title>
110<para><command>fac2ps</command> converts a <acronym>TIFF</acronym>
111facsimile to compressed PostScript file.</para></sect3>
[446bd7c]112
[52d29f7]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>
[446bd7c]116
[52d29f7]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>
[446bd7c]120
[52d29f7]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>
[446bd7c]124
[52d29f7]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>
[446bd7c]128
[52d29f7]129<sect3><title>ras2tiff</title>
130<para><command>ras2tiff</command> creates a <acronym>TIFF</acronym> file
131from a Sun rasterfile.</para></sect3>
[446bd7c]132
[52d29f7]133<sect3><title>raw2tiff</title>
134<para><command>raw2tiff</command> converts a raw byte sequence into
135<acronym>TIFF</acronym>.</para></sect3>
[446bd7c]136
[52d29f7]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>
[446bd7c]141
[52d29f7]142<sect3><title>thumbnail</title>
143<para><command>thumbnail</command> creates a <acronym>TIFF</acronym>
144file with thumbnail images.</para></sect3>
[446bd7c]145
[52d29f7]146<sect3><title>tiff2bw</title>
147<para><command>tiff2bw</command> converts a color
148<acronym>TIFF</acronym> image to grayscale.</para></sect3>
[446bd7c]149
[52d29f7]150<sect3><title>tiff2pdf</title>
151<para><command>tiff2pdf</command> converts a <acronym>TIFF</acronym>
152image to a <acronym>PDF</acronym> document.</para></sect3>
[446bd7c]153
[52d29f7]154<sect3><title>tiff2ps</title>
155<para><command>tiff2ps</command> converts a <acronym>TIFF</acronym>
156image to a PostScript file.</para></sect3>
[446bd7c]157
[52d29f7]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>
[446bd7c]162
[52d29f7]163<sect3><title>tiffcmp</title>
164<para><command>tiffcmp</command> compares two <acronym>TIFF</acronym>
165files.</para></sect3>
[446bd7c]166
[52d29f7]167<sect3><title>tiffcp</title>
168<para><command>tiffcp</command> copies (and possibly converts) a
169<acronym>TIFF</acronym> file.</para></sect3>
[446bd7c]170
[52d29f7]171<sect3><title>tiffdither</title>
172<para><command>tiffdither</command> converts a grayscale image to
173bilevel using dithering.</para></sect3>
[446bd7c]174
[52d29f7]175<sect3><title>tiffdump</title>
176<para><command>tiffdump</command> prints verbatim information about
177<acronym>TIFF</acronym> files.</para></sect3>
[446bd7c]178
[e16d90ee]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
[52d29f7]184<sect3><title>tiffinfo</title>
185<para><command>tiffinfo</command> prints information about
186<acronym>TIFF</acronym> files.</para></sect3>
[446bd7c]187
[52d29f7]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>
[446bd7c]191
[52d29f7]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>
[446bd7c]196
[e16d90ee]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>
[446bd7c]200
[52d29f7]201</sect2>
[f45b1953]202
203</sect1>
Note: See TracBrowser for help on using the repository browser.