2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2012-02-19 21:29:04 +08:00
|
|
|
<!ENTITY libtiff-download-http
|
2012-08-01 07:44:40 +08:00
|
|
|
"http://download.osgeo.org/libtiff/tiff-&libtiff-version;.tar.gz">
|
2016-09-18 09:02:16 +08:00
|
|
|
<!-- <!ENTITY libtiff-download-ftp
|
|
|
|
"ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz">-->
|
|
|
|
<!ENTITY libtiff-download-ftp " ">
|
2020-12-22 05:52:44 +08:00
|
|
|
<!ENTITY libtiff-md5sum "2bbf6db1ddc4a59c89d6986b368fc063">
|
|
|
|
<!ENTITY libtiff-size "2.7 MB">
|
|
|
|
<!ENTITY libtiff-buildsize "16 MB (with tests)">
|
2017-11-20 14:21:19 +08:00
|
|
|
<!ENTITY libtiff-time "less than 0.1 SBU (with tests)">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
2005-10-15 20:00:54 +08:00
|
|
|
<sect1 id="libtiff" xreflabel="LibTIFF-&libtiff-version;">
|
2005-05-05 02:23:36 +08:00
|
|
|
<?dbhtml filename="libtiff.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
2005-10-15 20:00:54 +08:00
|
|
|
<title>LibTIFF-&libtiff-version;</title>
|
2005-05-05 02:23:36 +08:00
|
|
|
|
|
|
|
<indexterm zone="libtiff">
|
2005-10-15 20:00:54 +08:00
|
|
|
<primary sortas="a-LibTIFF">LibTIFF</primary>
|
2005-05-05 02:23:36 +08:00
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
2005-10-15 20:00:54 +08:00
|
|
|
<title>Introduction to LibTIFF</title>
|
2005-05-05 02:23:36 +08:00
|
|
|
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2013-02-12 02:51:17 +08:00
|
|
|
The <application>LibTIFF</application> package contains the TIFF
|
2012-08-01 07:44:40 +08:00
|
|
|
libraries and associated utilities. The libraries are used by many
|
|
|
|
programs for reading and writing TIFF files and the utilities are
|
|
|
|
used for general work with TIFF files.
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
|
2021-02-22 03:05:24 +08:00
|
|
|
&lfs101_checked;
|
2009-08-01 02:10:06 +08:00
|
|
|
|
2005-05-05 02:23:36 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&libtiff-download-http;"/>
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&libtiff-download-ftp;"/>
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
Download MD5 sum: &libtiff-md5sum;
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
Download size: &libtiff-size;
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
Estimated disk space required: &libtiff-buildsize;
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
Estimated build time: &libtiff-time;
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2015-03-20 06:16:31 +08:00
|
|
|
|
2005-10-15 20:00:54 +08:00
|
|
|
<bridgehead renderas="sect3">LibTIFF Dependencies</bridgehead>
|
2005-05-05 02:23:36 +08:00
|
|
|
|
2017-11-20 14:21:19 +08:00
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
|
|
|
<xref linkend="cmake"/>
|
|
|
|
</para>
|
|
|
|
|
2005-05-05 02:23:36 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para role="optional">
|
2015-06-23 20:46:13 +08:00
|
|
|
<xref linkend="freeglut"/> (required for <command>tiffgt</command>),
|
2018-11-21 04:55:32 +08:00
|
|
|
<xref linkend="libjpeg"/>,
|
2020-02-09 13:41:27 +08:00
|
|
|
<xref linkend="libwebp"/>, and
|
|
|
|
<ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink>
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2006-05-24 08:22:28 +08:00
|
|
|
|
2006-04-11 02:35:56 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
2012-08-01 07:44:40 +08:00
|
|
|
<ulink url="&blfs-wiki;/libtiff"/>
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
2005-10-15 20:00:54 +08:00
|
|
|
<title>Installation of LibTIFF</title>
|
2005-05-05 02:23:36 +08:00
|
|
|
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
Install <application>LibTIFF</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
|
2018-01-10 23:43:22 +08:00
|
|
|
<!-- "build" exists in the source tree -->
|
|
|
|
<screen><userinput>mkdir -p libtiff-build &&
|
2018-01-13 11:33:35 +08:00
|
|
|
cd libtiff-build &&
|
2017-11-20 14:21:19 +08:00
|
|
|
|
2018-12-01 05:54:29 +08:00
|
|
|
cmake -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libtiff-&libtiff-version; \
|
2017-11-20 14:21:19 +08:00
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr -G Ninja .. &&
|
|
|
|
ninja</userinput></screen>
|
2005-05-05 02:23:36 +08:00
|
|
|
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2017-11-20 14:21:19 +08:00
|
|
|
To test the results, issue: <command>ninja test</command>.
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem>
|
|
|
|
user:
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
|
2017-11-20 14:21:19 +08:00
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
2012-08-01 07:44:40 +08:00
|
|
|
|
2009-07-15 18:05:48 +08:00
|
|
|
</sect2>
|
|
|
|
|
2005-05-05 02:23:36 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<seg>
|
2017-11-20 14:21:19 +08:00
|
|
|
fax2ps, fax2tiff, pal2rgb, ppm2tiff,
|
|
|
|
raw2tiff, tiff2bw, tiff2pdf, tiff2ps,
|
2015-06-12 08:24:25 +08:00
|
|
|
tiff2rgba, tiffcmp, tiffcp, tiffcrop, tiffdither, tiffdump, tiffgt,
|
2012-08-01 07:44:40 +08:00
|
|
|
tiffinfo, tiffmedian, tiffset and tiffsplit
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
libtiff.so and libtiffxx.so
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
/usr/share/doc/tiff-&libtiff-version;
|
|
|
|
</seg>
|
2005-05-05 02:23:36 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
2017-11-20 14:21:19 +08:00
|
|
|
<!-- <varlistentry id="bmp2tiff">
|
2005-05-05 02:23:36 +08:00
|
|
|
<term><command>bmp2tiff</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
converts a Microsoft Windows Device Independent Bitmap image
|
|
|
|
file to a TIFF image.
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff bmp2tiff">
|
|
|
|
<primary sortas="b-bmp2tiff">bmp2tiff</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
2017-11-20 14:21:19 +08:00
|
|
|
</varlistentry> -->
|
2005-05-05 02:23:36 +08:00
|
|
|
|
|
|
|
<varlistentry id="fax2ps">
|
|
|
|
<term><command>fax2ps</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
converts a TIFF facsimile to compressed PostScript file
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff fax2ps">
|
|
|
|
<primary sortas="b-fax2ps">fax2ps</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="fax2tiff">
|
|
|
|
<term><command>fax2tiff</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
creates a TIFF Class F fax file from raw fax data
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff fax2tiff">
|
|
|
|
<primary sortas="b-fax2tiff">fax2tiff</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2017-11-20 14:21:19 +08:00
|
|
|
<!-- <varlistentry id="gif2tiff">
|
2005-05-05 02:23:36 +08:00
|
|
|
<term><command>gif2tiff</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
creates a TIFF file from a GIF87 format image file.
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff gif2tiff">
|
|
|
|
<primary sortas="b-gif2tiff">gif2tiff</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
2017-11-20 14:21:19 +08:00
|
|
|
</varlistentry> -->
|
2005-05-05 02:23:36 +08:00
|
|
|
|
|
|
|
<varlistentry id="pal2rgb">
|
|
|
|
<term><command>pal2rgb</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
converts a palette color TIFF image to a full color
|
2021-02-19 23:20:16 +08:00
|
|
|
image
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff pal2rgb">
|
|
|
|
<primary sortas="b-pal2rgb">pal2rgb</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="ppm2tiff">
|
|
|
|
<term><command>ppm2tiff</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
creates a TIFF file from a PPM image file
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff ppm2tiff">
|
|
|
|
<primary sortas="b-ppm2tiff">ppm2tiff</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2017-11-20 14:21:19 +08:00
|
|
|
<!-- <varlistentry id="ras2tiff">
|
2005-05-05 02:23:36 +08:00
|
|
|
<term><command>ras2tiff</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
creates a TIFF file from a Sun rasterfile.
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff ras2tiff">
|
|
|
|
<primary sortas="b-ras2tiff">ras2tiff</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
2017-11-20 14:21:19 +08:00
|
|
|
</varlistentry> -->
|
2005-05-05 02:23:36 +08:00
|
|
|
|
|
|
|
<varlistentry id="raw2tiff">
|
|
|
|
<term><command>raw2tiff</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
converts a raw byte sequence into TIFF
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff raw2tiff">
|
|
|
|
<primary sortas="b-raw2tiff">raw2tiff</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2017-11-20 14:21:19 +08:00
|
|
|
<!-- <varlistentry id="rgb2ycbcr">
|
2005-05-05 02:23:36 +08:00
|
|
|
<term><command>rgb2ycbcr</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
converts non-YCbCr TIFF images to YCbCr TIFF images.
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff rgb2ycbcr">
|
|
|
|
<primary sortas="b-rgb2ycbcr">rgb2ycbcr</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="thumbnail">
|
|
|
|
<term><command>thumbnail</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
creates a TIFF file with thumbnail images.
|
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff thumbnail">
|
|
|
|
<primary sortas="b-thumbnail">thumbnail</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
2017-11-20 14:21:19 +08:00
|
|
|
</varlistentry> -->
|
2005-05-05 02:23:36 +08:00
|
|
|
|
|
|
|
<varlistentry id="tiff2bw">
|
|
|
|
<term><command>tiff2bw</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
converts a color TIFF image to grayscale
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiff2bw">
|
|
|
|
<primary sortas="b-tiff2bw">tiff2bw</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="tiff2pdf">
|
|
|
|
<term><command>tiff2pdf</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
converts a TIFF image to a PDF document
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiff2pdf">
|
|
|
|
<primary sortas="b-tiff2pdf">tiff2pdf</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="tiff2ps">
|
|
|
|
<term><command>tiff2ps</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
converts a TIFF image to a PostScript file
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiff2ps">
|
|
|
|
<primary sortas="b-tiff2ps">tiff2ps</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="tiff2rgba">
|
|
|
|
<term><command>tiff2rgba</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
converts a wide variety of TIFF images into an RGBA
|
2021-02-19 23:20:16 +08:00
|
|
|
TIFF image
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiff2rgba">
|
|
|
|
<primary sortas="b-tiff2rgba">tiff2rgba</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="tiffcmp">
|
|
|
|
<term><command>tiffcmp</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
compares two TIFF files
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiffcmp">
|
|
|
|
<primary sortas="b-tiffcmp">tiffcmp</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="tiffcp">
|
|
|
|
<term><command>tiffcp</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
copies (and possibly converts) a TIFF file
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiffcp">
|
|
|
|
<primary sortas="b-tiffcp">tiffcp</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2012-02-19 21:29:04 +08:00
|
|
|
<varlistentry id="tiffcrop">
|
|
|
|
<term><command>tiffcrop</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
selects, copies, crops, converts, extracts and/or processes
|
2021-02-19 23:20:16 +08:00
|
|
|
one or more TIFF files
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2012-02-19 21:29:04 +08:00
|
|
|
<indexterm zone="libtiff tiffcrop">
|
|
|
|
<primary sortas="b-tiffcrop">tiffcrop</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-05 02:23:36 +08:00
|
|
|
<varlistentry id="tiffdither">
|
|
|
|
<term><command>tiffdither</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
converts a grayscale image to bilevel using dithering
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiffdither">
|
|
|
|
<primary sortas="b-tiffdither">tiffdither</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="tiffdump">
|
|
|
|
<term><command>tiffdump</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
prints verbatim information about TIFF files
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiffdump">
|
|
|
|
<primary sortas="b-tiffdump">tiffdump</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2013-08-15 19:05:30 +08:00
|
|
|
<varlistentry id="tiffgt">
|
2013-08-15 19:06:50 +08:00
|
|
|
<term><command>tiffgt</command></term>
|
2013-08-15 19:05:30 +08:00
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
displays an image stored in a TIFF file
|
2013-08-15 19:05:30 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="libtiff tiffgt">
|
2013-08-15 19:06:50 +08:00
|
|
|
<primary sortas="b-tiffgt">tiffgt</primary>
|
2013-08-15 19:05:30 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-05 02:23:36 +08:00
|
|
|
<varlistentry id="tiffinfo">
|
|
|
|
<term><command>tiffinfo</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
prints information about TIFF files
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiffinfo">
|
|
|
|
<primary sortas="b-tiffinfo">tiffinfo</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="tiffmedian">
|
|
|
|
<term><command>tiffmedian</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
applies the median cut algorithm to data in a TIFF file
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiffmedian">
|
|
|
|
<primary sortas="b-tiffmedian">tiffmedian</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="tiffset">
|
|
|
|
<term><command>tiffset</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
sets the value of a TIFF header to a specified value
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiffset">
|
|
|
|
<primary sortas="b-tiffset">tiffset</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="tiffsplit">
|
|
|
|
<term><command>tiffsplit</command></term>
|
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
splits a multi-image TIFF into single-image TIFF files
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff tiffsplit">
|
|
|
|
<primary sortas="b-tiffsplit">tiffsplit</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libtiff-lib">
|
2012-10-01 14:38:34 +08:00
|
|
|
<term><filename class="libraryfile">libtiff.so</filename></term>
|
2005-05-05 02:23:36 +08:00
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
contains the API functions used by the
|
|
|
|
<application>libtiff</application> programs as well as other
|
2021-02-19 23:20:16 +08:00
|
|
|
programs to read and write TIFF files
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff libtiff-lib">
|
2012-02-19 21:29:04 +08:00
|
|
|
<primary sortas="c-libtiff">libtiff.so</primary>
|
2005-05-05 02:23:36 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libtiffxx">
|
2012-10-01 14:38:34 +08:00
|
|
|
<term><filename class="libraryfile">libtiffxx.so</filename></term>
|
2005-05-05 02:23:36 +08:00
|
|
|
<listitem>
|
2012-08-01 07:44:40 +08:00
|
|
|
<para>
|
|
|
|
contains the C++ API functions used
|
2021-02-19 23:20:16 +08:00
|
|
|
by programs to read and write TIFF files
|
2012-08-01 07:44:40 +08:00
|
|
|
</para>
|
2005-05-05 02:23:36 +08:00
|
|
|
<indexterm zone="libtiff libtiffxx">
|
2012-02-19 21:29:04 +08:00
|
|
|
<primary sortas="c-libtiffxx">libtiffxx.so</primary>
|
2005-05-05 02:23:36 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-08-01 07:44:40 +08:00
|
|
|
|
2005-05-05 02:23:36 +08:00
|
|
|
</variablelist>
|
2012-08-01 07:44:40 +08:00
|
|
|
|
2005-05-05 02:23:36 +08:00
|
|
|
</sect2>
|
2012-08-01 07:44:40 +08:00
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect1>
|