1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta name="generator" content=
5"HTML Tidy for Solaris (vers 12 April 2005), see www.w3.org">
6<title>TIFF Tools Overview</title>
7</head>
8<body bgcolor="white">
9<h1><font face="Arial, Helvetica, Sans"><img src="images/quad.jpg"
10width="144" height="108" align="left" border="1" hspace="6"> TIFF
11Tools Overview</font></h1>
12<p>This software distribution comes with a small collection of
13programs for converting non-TIFF format images to TIFF and for
14manipulating and interrogating the contents of TIFF images. Several
15of these tools are useful in their own right. Many of them however
16are more intended to serve as programming examples for using the
17TIFF library.</p>
18<h3>Device-dependent Programs</h3>
19There are two device-dependent programs that serve as simple
20examples for writing programs to display and save TIFF images.
21<table border cellpadding="3">
22<tr>
23<td valign="top" width="10%">
24<tt><a href="man/tiffgt.1.html">tiffgt</a>&nbsp;&nbsp;&nbsp;&nbsp;</tt></td>
25<td>Display the contents of one or more TIFF images using OpenGL.
26The software makes extensive use of the <tt>TIFFRGBAImage</tt>
27facilities described elsewhere.</td>
28</tr>
29</table>
30<h3>Device-independent Programs</h3>
31The remaining programs should be device-independent:
32<table border cellpadding="3">
33<td valign="top" width="10%"><tt><a href="man/fax2ps.1.html">fax2ps</a></tt></td>
34<td>Convert a Group 3- or Group 4- compressed TIFF to PostScript
35that is significantly more compressed than is generated by
36<tt>tiff2ps</tt> (unless <tt>tiff2ps</tt> writes PS Level II)</td>
37</tr>
38<tr>
39<td valign="top" width="10%"><tt><a href="man/fax2tiff.1.html">fax2tiff</a></tt></td>
40<td>Convert raw Group 3 or Group 4 facsimile data to TIFF</td>
41</tr>
42<td valign="top" width="10%"><tt><a href="man/pal2rgb.1.html">pal2rgb</a></tt></td>
43<td>Convert a Palette-style image to a full color RGB image by
44applying the colormap</td>
45</tr>
46<tr>
47<td valign="top" width="10%"><tt><a href="man/ppm2tiff.1.html">ppm2tiff</a></tt></td>
48<td>A quick hack that converts 8-bit PPM format images to TIFF</td>
49</tr>
50<td valign="top" width="10%"><tt><a href="man/raw2tiff.1.html">raw2tiff</a></tt></td>
51<td>Create a TIFF file from raw data</td>
52</tr>
53<tr>
54<td valign="top" width="10%"><tt><a href="man/rgb2ycbcr.1.html">rgb2ycbcr</a></tt></td>
55<td>Convert an RGB, grayscale, or bilevel TIFF image to a YCbCr
56TIFF image; it's mainly provided for testing</td>
57</tr>
58<tr>
59<td valign="top" width="10%"><tt><a href="man/thumbnail.1.html">thumbnail</a></tt></tt></td>
60<td>Copy a bilevel TIFF to one that includes 8-bit greyscale
61"thumbnail images" for each page; it is provided as an example of
62how one might use the <tt>SubIFD</tt> tag (and the library support
63for it)</td>
64</tr>
65<tr>
66<td valign="top" width="10%"><tt><a href="man/tiff2bw.1.html">tiff2bw</a></tt></td>
67<td>A simple program to convert a color image to grayscale</td>
68</tr>
69<tr>
70<td valign="top" width="10%"><tt><a href="man/tiff2pdf.1.html">tiff2pdf</a></tt></td>
71<td>Convert TIFF images to PDF</td>
72</tr>
73<tr>
74<td valign="top" width="10%"><tt><a href="man/tiff2ps.1.html">tiff2ps</a></tt></td>
75<td>Convert TIFF images to PostScript</td>
76</tr>
77<tr>
78<td valign="top" width="10%"><tt><a href="man/tiff2rgba.1.html">tiff2rgba</a></tt></td>
79<td>Convert a TIFF image to RGBA color space</td>
80</tr>
81<tr>
82<td valign="top" width="10%"><tt><a href="man/tiffcmp.1.html">tiffcmp</a></tt></td>
83<td>Compare the contents of two TIFF files (it does not check all
84the directory information, but does check all the data)</td>
85</tr>
86<tr>
87<td valign="top" width="10%"><tt><a href="man/tiffcp.1.html">tiffcp</a></tt></td>
88<td>Copy, concatenate, and convert TIFF images (e.g. switching from
89Compression=5 to Compression=1)</td>
90</tr>
91<tr>
92<td valign="top" width="10%"><tt><a href="man/tiffcrop.1.html">tiffcrop</a></tt></td>
93<td>Provides selection of images from within one or more multi-image
94TIFF files, with orthogonal rotation, mirroring, cropping, and
95extraction of multiple sections and exporting to one or more files.
96It extends the functionality of tiffcp to support additional bit
97depths in strips and tiles and enhances the selection capabilities of
98tiffsplit. Bilevel images can be inverted and images may be split into
99segments to fit on multiple /pages/ (standard paper sizes), plus other
100functions described in the tiffcrop man page</td>
101</tr>
102<tr>
103<td valign="top" width="10%"><tt><a href="man/tiffdither.1.html">tiffdither</a></tt></td>
104<td>Dither a b&amp;w image into a bilevel image (suitable for use
105in creating fax files)</td>
106</tr>
107<tr>
108<td valign="top" width="10%"><tt><a href="man/tiffdump.1.html">tiffdump</a></tt></td>
109<td>Display the verbatim contents of the TIFF directory in a file
110(it's very useful for debugging bogus files that you may get from
111someone that claims they support TIFF)</td>
112</tr>
113<tr>
114<td valign="top" width="10%"><tt><a href="man/tiffinfo.1.html">tiffinfo</a></tt></td>
115<td>Display information about one or more TIFF files.</td>
116</tr>
117<tr>
118<td valign="top" width="10%"><tt><a href="man/tiffmedian.1.html">tiffmedian</a></tt></td>
119<td>A version of Paul Heckbert's median cut program that reads an
120RGB TIFF image, and creates a TIFF palette file as a result</td>
121</tr>
122<tr>
123<td valign="top" width="10%"><tt><a href="man/tiffset.1.html">tiffset</a></tt></td>
124<td>Set a field in a TIFF header</td>
125</tr>
126<tr>
127<td valign="top" width="10%"><tt><a href="man/tiffsplit.1.html">tiffsplit</a></tt></td>
128<td>Create one or more single-image files from a (possibly)
129multi-image file</td>
130</tr>
131</table>
132<p>Check out the manual pages for details about the above
133programs.</p>
134<hr>
135Last updated: $Date: 2016-06-05 19:54:00 $
136</body>
137</html>
138