/
usr
/
share
/
doc
/
libtiff-devel
/
html
/
/usr/share/doc/libtiff-devel/html
mkdir
upload
Name
Size
Mode
Actions
images/
-
0755
rm
man/
-
0755
rm
addingtags.html
12215
0644
edit
dl
rm
bugs.html
2530
0644
edit
dl
rm
build.html
25974
0644
edit
dl
rm
CMakeLists.txt
2369
0644
edit
dl
rm
contrib.html
3702
0644
edit
dl
rm
document.html
1697
0644
edit
dl
rm
images.html
1182
0644
edit
dl
rm
index.html
5097
0644
edit
dl
rm
internals.html
19132
0644
edit
dl
rm
intro.html
2500
0644
edit
dl
rm
libtiff.html
38608
0644
edit
dl
rm
misc.html
3941
0644
edit
dl
rm
support.html
17614
0644
edit
dl
rm
TIFFTechNote2.html
35698
0644
edit
dl
rm
tools.html
5673
0644
edit
dl
rm
v3.4beta007.html
3965
0644
edit
dl
rm
v3.4beta016.html
4091
0644
edit
dl
rm
v3.4beta018.html
2716
0644
edit
dl
rm
v3.4beta024.html
5407
0644
edit
dl
rm
v3.4beta028.html
6049
0644
edit
dl
rm
v3.4beta029.html
2838
0644
edit
dl
rm
v3.4beta031.html
3394
0644
edit
dl
rm
v3.4beta032.html
2763
0644
edit
dl
rm
v3.4beta033.html
2357
0644
edit
dl
rm
v3.4beta034.html
2230
0644
edit
dl
rm
v3.4beta035.html
1861
0644
edit
dl
rm
v3.4beta036.html
4636
0644
edit
dl
rm
v3.5.1.html
2242
0644
edit
dl
rm
v3.5.2.html
3344
0644
edit
dl
rm
v3.5.3.html
4331
0644
edit
dl
rm
v3.5.4.html
2447
0644
edit
dl
rm
v3.5.5.html
5070
0644
edit
dl
rm
v3.5.6-beta.html
6191
0644
edit
dl
rm
v3.5.7.html
10087
0644
edit
dl
rm
v3.6.0.html
16845
0644
edit
dl
rm
v3.6.1.html
6889
0644
edit
dl
rm
v3.7.0.html
4222
0644
edit
dl
rm
v3.7.0alpha.html
9162
0644
edit
dl
rm
v3.7.0beta.html
5024
0644
edit
dl
rm
v3.7.0beta2.html
3683
0644
edit
dl
rm
v3.7.1.html
8259
0644
edit
dl
rm
v3.7.2.html
8087
0644
edit
dl
rm
v3.7.3.html
8318
0644
edit
dl
rm
v3.7.4.html
4327
0644
edit
dl
rm
v3.8.0.html
6891
0644
edit
dl
rm
v3.8.1.html
8121
0644
edit
dl
rm
v3.8.2.html
4352
0644
edit
dl
rm
v3.9.0beta.html
11783
0644
edit
dl
rm
v3.9.1.html
3257
0644
edit
dl
rm
v3.9.2.html
3460
0644
edit
dl
rm
v4.0.0.html
10820
0644
edit
dl
rm
v4.0.1.html
3107
0644
edit
dl
rm
v4.0.2.html
3081
0644
edit
dl
rm
v4.0.3.html
3525
0644
edit
dl
rm
v4.0.4.html
8260
0644
edit
dl
rm
v4.0.4beta.html
13307
0644
edit
dl
rm
v4.0.5.html
4437
0644
edit
dl
rm
v4.0.6.html
3908
0644
edit
dl
rm
v4.0.7.html
17474
0644
edit
dl
rm
v4.0.8.html
18796
0644
edit
dl
rm
v4.0.9.html
18188
0644
edit
dl
rm
v4.0.10.html
12431
0644
edit
dl
rm
v4.1.0.html
5955
0644
edit
dl
rm
v4.2.0.html
6198
0644
edit
dl
rm
v4.3.0.html
5097
0644
edit
dl
rm
Edit:
/usr/share/doc/libtiff-devel/html/tools.html
(5673B)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>TIFF Tools Overview</title> <style type="text/css"> body { font-family: Arial, Helvetica, Sans; } </style> </head> <body> <h1><img src="images/quad.jpg" width="144" height="108" align="left" border="1" hspace="6" alt="quad"> TIFF Tools Overview</h1> <p>This software distribution comes with a small collection of programs for converting non-TIFF format images to TIFF and for manipulating and interrogating the contents of TIFF images. Several of these tools are useful in their own right. Many of them however are more intended to serve as programming examples for using the TIFF library.</p> <h3>Device-dependent Programs</h3> There are two device-dependent programs that serve as simple examples for writing programs to display and save TIFF images. <table border cellpadding="3"> <tr> <td valign="top" width="10%"> <tt><a href="man/tiffgt.1.html">tiffgt</a> </tt></td> <td>Display the contents of one or more TIFF images using OpenGL. The software makes extensive use of the <tt>TIFFRGBAImage</tt> facilities described elsewhere.</td> </tr> </table> <h3>Device-independent Programs</h3> The remaining programs should be device-independent: <table border cellpadding="3"> <tr> <td valign="top" width="10%"><tt><a href="man/fax2ps.1.html">fax2ps</a></tt></td> <td>Convert a Group 3- or Group 4- compressed TIFF to PostScript that is significantly more compressed than is generated by <tt>tiff2ps</tt> (unless <tt>tiff2ps</tt> writes PS Level II)</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/fax2tiff.1.html">fax2tiff</a></tt></td> <td>Convert raw Group 3 or Group 4 facsimile data to TIFF</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/pal2rgb.1.html">pal2rgb</a></tt></td> <td>Convert a Palette-style image to a full color RGB image by applying the colormap</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/ppm2tiff.1.html">ppm2tiff</a></tt></td> <td>A quick hack that converts 8-bit PPM format images to TIFF</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/raw2tiff.1.html">raw2tiff</a></tt></td> <td>Create a TIFF file from raw data</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/rgb2ycbcr.1.html">rgb2ycbcr</a></tt></td> <td>Convert an RGB, grayscale, or bilevel TIFF image to a YCbCr TIFF image; it's mainly provided for testing</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/thumbnail.1.html">thumbnail</a></tt></td> <td>Copy a bilevel TIFF to one that includes 8-bit greyscale "thumbnail images" for each page; it is provided as an example of how one might use the <tt>SubIFD</tt> tag (and the library support for it)</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiff2bw.1.html">tiff2bw</a></tt></td> <td>A simple program to convert a color image to grayscale</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiff2pdf.1.html">tiff2pdf</a></tt></td> <td>Convert TIFF images to PDF</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiff2ps.1.html">tiff2ps</a></tt></td> <td>Convert TIFF images to PostScript</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiff2rgba.1.html">tiff2rgba</a></tt></td> <td>Convert a TIFF image to RGBA color space</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiffcmp.1.html">tiffcmp</a></tt></td> <td>Compare the contents of two TIFF files (it does not check all the directory information, but does check all the data)</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiffcp.1.html">tiffcp</a></tt></td> <td>Copy, concatenate, and convert TIFF images (e.g. switching from Compression=5 to Compression=1)</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiffcrop.1.html">tiffcrop</a></tt></td> <td>Provides selection of images from within one or more multi-image TIFF files, with orthogonal rotation, mirroring, cropping, and extraction of multiple sections and exporting to one or more files. It extends the functionality of tiffcp to support additional bit depths in strips and tiles and enhances the selection capabilities of tiffsplit. Bilevel images can be inverted and images may be split into segments to fit on multiple /pages/ (standard paper sizes), plus other functions described in the tiffcrop man page</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiffdither.1.html">tiffdither</a></tt></td> <td>Dither a b&w image into a bilevel image (suitable for use in creating fax files)</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiffdump.1.html">tiffdump</a></tt></td> <td>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)</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiffinfo.1.html">tiffinfo</a></tt></td> <td>Display information about one or more TIFF files.</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiffmedian.1.html">tiffmedian</a></tt></td> <td>A version of Paul Heckbert's median cut program that reads an RGB TIFF image, and creates a TIFF palette file as a result</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiffset.1.html">tiffset</a></tt></td> <td>Set a field in a TIFF header</td> </tr> <tr> <td valign="top" width="10%"><tt><a href="man/tiffsplit.1.html">tiffsplit</a></tt></td> <td>Create one or more single-image files from a (possibly) multi-image file</td> </tr> </table> <p>Check out the manual pages for details about the above programs.</p> <hr> Last updated: $Date: 2016-06-05 19:54:00 $ </body> </html>
Save
cmd:
run