|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /usr/local/share/doc/tiff-4.6.0/manual/_sources/ |
Upload File : |
TIFF Tools Overview
===================
.. image:: images/quad.jpg
:width: 144
:alt: quad
Since LibTIFF version 4.6.0 only five tools are suported.
Two tools can be built as unsupported into directory
:file:`tools/unsupported`.
The source code of the other tools is moved to directory
:file:`archive/tools/`.
This source code still serves as a programming example
for the use of the TIFF library.
Manual pages
------------
.. toctree::
:maxdepth: 1
:titlesonly:
tools/tiffcp
tools/tiffdump
tools/tiffinfo
tools/tiffset
tools/tiffsplit
Programs
--------
.. list-table:: Programs
:widths: 5 20
:header-rows: 1
* - Tool
- Description
* - :doc:`tools/tiffcp`
- Copy, concatenate, and convert TIFF images (e.g. switching from
``Compression=5`` to ``Compression=1``)
* - :doc:`tools/tiffdump`
- Display the verbatim contents of the TIFF directory in a file
(it's very useful for debugging bogus files that you may get from
someone that claims they support TIFF)
* - :doc:`tools/tiffinfo`
- Display information about one or more TIFF files
* - :doc:`tools/tiffset`
- Set a field in a TIFF header
* - :doc:`tools/tiffsplit`
- Create one or more single-image files from a (possibly)
multi-image file
Check out the manual pages for details about the above programs.