Blame html/tools.html

Packit 85355f
Packit 85355f
<html>
Packit 85355f
<head>
Packit 85355f
Packit 85355f
"HTML Tidy for Solaris (vers 12 April 2005), see www.w3.org">
Packit 85355f
<title>TIFF Tools Overview</title>
Packit 85355f
</head>
Packit 85355f
<body bgcolor="white">
Packit 85355f

<font face="Arial, Helvetica, Sans">

Packit 85355f
width="144" height="108" align="left" border="1" hspace="6"> TIFF
Packit 85355f
Tools Overview</font>
Packit 85355f

This software distribution comes with a small collection of

Packit 85355f
programs for converting non-TIFF format images to TIFF and for
Packit 85355f
manipulating and interrogating the contents of TIFF images. Several
Packit 85355f
of these tools are useful in their own right. Many of them however
Packit 85355f
are more intended to serve as programming examples for using the
Packit 85355f
TIFF library.

Packit 85355f

Device-dependent Programs

Packit 85355f
There are two device-dependent programs that serve as simple
Packit 85355f
examples for writing programs to display and save TIFF images.
Packit 85355f
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiffgt    </tt>
Packit 85355f
Display the contents of one or more TIFF images using OpenGL.
Packit 85355f
The software makes extensive use of the <tt>TIFFRGBAImage</tt>
Packit 85355f
facilities described elsewhere.
Packit 85355f
Packit 85355f
Packit 85355f

Device-independent Programs

Packit 85355f
The remaining programs should be device-independent:
Packit 85355f
Packit 85355f
<tt>fax2ps</tt>
Packit 85355f
Convert a Group 3- or Group 4- compressed TIFF to PostScript
Packit 85355f
that is significantly more compressed than is generated by
Packit 85355f
<tt>tiff2ps</tt> (unless <tt>tiff2ps</tt> writes PS Level II)
Packit 85355f
Packit 85355f
Packit 85355f
<tt>fax2tiff</tt>
Packit 85355f
Convert raw Group 3 or Group 4 facsimile data to TIFF
Packit 85355f
Packit 85355f
<tt>pal2rgb</tt>
Packit 85355f
Convert a Palette-style image to a full color RGB image by
Packit 85355f
applying the colormap
Packit 85355f
Packit 85355f
Packit 85355f
<tt>ppm2tiff</tt>
Packit 85355f
A quick hack that converts 8-bit PPM format images to TIFF
Packit 85355f
Packit 85355f
<tt>raw2tiff</tt>
Packit 85355f
Create a TIFF file from raw data
Packit 85355f
Packit 85355f
Packit 85355f
<tt>rgb2ycbcr</tt>
Packit 85355f
Convert an RGB, grayscale, or bilevel TIFF image to a YCbCr
Packit 85355f
TIFF image; it's mainly provided for testing
Packit 85355f
Packit 85355f
Packit 85355f
<tt>thumbnail</tt></tt>
Packit 85355f
Copy a bilevel TIFF to one that includes 8-bit greyscale
Packit 85355f
"thumbnail images" for each page; it is provided as an example of
Packit 85355f
how one might use the <tt>SubIFD</tt> tag (and the library support
Packit 85355f
for it)
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiff2bw</tt>
Packit 85355f
A simple program to convert a color image to grayscale
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiff2pdf</tt>
Packit 85355f
Convert TIFF images to PDF
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiff2ps</tt>
Packit 85355f
Convert TIFF images to PostScript
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiff2rgba</tt>
Packit 85355f
Convert a TIFF image to RGBA color space
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiffcmp</tt>
Packit 85355f
Compare the contents of two TIFF files (it does not check all
Packit 85355f
the directory information, but does check all the data)
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiffcp</tt>
Packit 85355f
Copy, concatenate, and convert TIFF images (e.g. switching from
Packit 85355f
Compression=5 to Compression=1)
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiffcrop</tt>
Packit 85355f
Provides selection of images from within one or more multi-image
Packit 85355f
TIFF files, with orthogonal rotation, mirroring, cropping, and
Packit 85355f
extraction of multiple sections and exporting to one or more files.
Packit 85355f
It extends the functionality of tiffcp to support additional bit
Packit 85355f
depths in strips and tiles and enhances the selection capabilities of
Packit 85355f
tiffsplit. Bilevel images can be inverted and images may be split into
Packit 85355f
segments to fit on multiple /pages/ (standard paper sizes), plus other
Packit 85355f
functions described in the tiffcrop man page
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiffdither</tt>
Packit 85355f
Dither a b&w image into a bilevel image (suitable for use
Packit 85355f
in creating fax files)
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiffdump</tt>
Packit 85355f
Display the verbatim contents of the TIFF directory in a file
Packit 85355f
(it's very useful for debugging bogus files that you may get from
Packit 85355f
someone that claims they support TIFF)
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiffinfo</tt>
Packit 85355f
Display information about one or more TIFF files.
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiffmedian</tt>
Packit 85355f
A version of Paul Heckbert's median cut program that reads an
Packit 85355f
RGB TIFF image, and creates a TIFF palette file as a result
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiffset</tt>
Packit 85355f
Set a field in a TIFF header
Packit 85355f
Packit 85355f
Packit 85355f
<tt>tiffsplit</tt>
Packit 85355f
Create one or more single-image files from a (possibly)
Packit 85355f
multi-image file
Packit 85355f
Packit 85355f
Packit 85355f

Check out the manual pages for details about the above

Packit 85355f
programs.

Packit 85355f

Packit 85355f
Last updated: $Date: 2016-06-05 19:54:00 $
Packit 85355f
</body>
Packit 85355f
</html>