/usr/share/doc/libtiff-devel/html
NameSizeModeActions
images/-0755rm
man/-0755rm
addingtags.html122150644editdlrm
bugs.html25300644editdlrm
build.html259740644editdlrm
CMakeLists.txt23690644editdlrm
contrib.html37020644editdlrm
document.html16970644editdlrm
images.html11820644editdlrm
index.html50970644editdlrm
internals.html191320644editdlrm
intro.html25000644editdlrm
libtiff.html386080644editdlrm
misc.html39410644editdlrm
support.html176140644editdlrm
TIFFTechNote2.html356980644editdlrm
tools.html56730644editdlrm
v3.4beta007.html39650644editdlrm
v3.4beta016.html40910644editdlrm
v3.4beta018.html27160644editdlrm
v3.4beta024.html54070644editdlrm
v3.4beta028.html60490644editdlrm
v3.4beta029.html28380644editdlrm
v3.4beta031.html33940644editdlrm
v3.4beta032.html27630644editdlrm
v3.4beta033.html23570644editdlrm
v3.4beta034.html22300644editdlrm
v3.4beta035.html18610644editdlrm
v3.4beta036.html46360644editdlrm
v3.5.1.html22420644editdlrm
v3.5.2.html33440644editdlrm
v3.5.3.html43310644editdlrm
v3.5.4.html24470644editdlrm
v3.5.5.html50700644editdlrm
v3.5.6-beta.html61910644editdlrm
v3.5.7.html100870644editdlrm
v3.6.0.html168450644editdlrm
v3.6.1.html68890644editdlrm
v3.7.0.html42220644editdlrm
v3.7.0alpha.html91620644editdlrm
v3.7.0beta.html50240644editdlrm
v3.7.0beta2.html36830644editdlrm
v3.7.1.html82590644editdlrm
v3.7.2.html80870644editdlrm
v3.7.3.html83180644editdlrm
v3.7.4.html43270644editdlrm
v3.8.0.html68910644editdlrm
v3.8.1.html81210644editdlrm
v3.8.2.html43520644editdlrm
v3.9.0beta.html117830644editdlrm
v3.9.1.html32570644editdlrm
v3.9.2.html34600644editdlrm
v4.0.0.html108200644editdlrm
v4.0.1.html31070644editdlrm
v4.0.2.html30810644editdlrm
v4.0.3.html35250644editdlrm
v4.0.4.html82600644editdlrm
v4.0.4beta.html133070644editdlrm
v4.0.5.html44370644editdlrm
v4.0.6.html39080644editdlrm
v4.0.7.html174740644editdlrm
v4.0.8.html187960644editdlrm
v4.0.9.html181880644editdlrm
v4.0.10.html124310644editdlrm
v4.1.0.html59550644editdlrm
v4.2.0.html61980644editdlrm
v4.3.0.html50970644editdlrm
Edit: /usr/share/doc/libtiff-devel/html/tools.html (5673B)
TIFF Tools Overview

quad TIFF Tools Overview

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.

Device-dependent Programs

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

Device-independent Programs

The remaining programs should be device-independent:
fax2ps Convert a Group 3- or Group 4- compressed TIFF to PostScript that is significantly more compressed than is generated by tiff2ps (unless tiff2ps writes PS Level II)
fax2tiff Convert raw Group 3 or Group 4 facsimile data to TIFF
pal2rgb Convert a Palette-style image to a full color RGB image by applying the colormap
ppm2tiff A quick hack that converts 8-bit PPM format images to TIFF
raw2tiff Create a TIFF file from raw data
rgb2ycbcr Convert an RGB, grayscale, or bilevel TIFF image to a YCbCr TIFF image; it's mainly provided for testing
thumbnail 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 SubIFD tag (and the library support for it)
tiff2bw A simple program to convert a color image to grayscale
tiff2pdf Convert TIFF images to PDF
tiff2ps Convert TIFF images to PostScript
tiff2rgba Convert a TIFF image to RGBA color space
tiffcmp Compare the contents of two TIFF files (it does not check all the directory information, but does check all the data)
tiffcp Copy, concatenate, and convert TIFF images (e.g. switching from Compression=5 to Compression=1)
tiffcrop 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
tiffdither Dither a b&w image into a bilevel image (suitable for use in creating fax files)
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)
tiffinfo Display information about one or more TIFF files.
tiffmedian A version of Paul Heckbert's median cut program that reads an RGB TIFF image, and creates a TIFF palette file as a result
tiffset Set a field in a TIFF header
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.


Last updated: $Date: 2016-06-05 19:54:00 $