From 5d031f1fd91ba6a8ec1da20ddbc3b3d2721261dc Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Wed, 28 Oct 2009 22:13:37 +0000 Subject: * html/tools.html: Add manual page links, and a summary description of tiffcrop. --- ChangeLog | 5 ++++ html/tools.html | 71 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 45 insertions(+), 31 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed33cc31..fb90f089 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-10-28 Bob Friesenhahn + + * html/tools.html: Add manual page links, and a summary + description of tiffcrop. + 2009-10-07 Bob Friesenhahn * configure.ac: x86_64 should use the same fill order as i386. diff --git a/html/tools.html b/html/tools.html index 0b5ef51d..65e9c0dd 100644 --- a/html/tools.html +++ b/html/tools.html @@ -21,13 +21,13 @@ examples for writing programs to display and save TIFF images. +tiffgt     - + @@ -37,112 +37,121 @@ use the IRIS GL, can be easily tailored to other devices. The remaining programs should be device-independent:
-tiffgt     Display the contents of one or more TIFF images using OpenGL. The software makes extensive use of the TIFFRGBAImage facilities described elsewhere.
tiffsvtiffsv A program to save all or part of a screen dump on a Silicon Graphics system. As for tiffgt this code, while written to use the IRIS GL, can be easily tailored to other devices.
- + - + - + - - + + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + + + + + - + - + - + +RGB TIFF image, and creates a TIFF palette file as a result - + - + @@ -150,6 +159,6 @@ multi-image file

Check out the manual pages for details about the above programs.


-Last updated: $Date: 2006-04-20 11:48:42 $ +Last updated: $Date: 2009-10-28 22:13:37 $ -- cgit v1.2.1
bmp2tiffbmp2tiff Convert BMP images to TIFF
fax2psfax2ps 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)
fax2tifffax2tiff Convert raw Group 3 or Group 4 facsimile data to TIFF
gif2tiffA quick hack that converts GIF 87a format images to TIFFgif2tiffA quick hack that converts GIF 87a (old) format images to TIFF
pal2rgbpal2rgb Convert a Palette-style image to a full color RGB image by applying the colormap
ppm2tiffA quick hack that converts PPM format images to TIFFppm2tiffA quick hack that converts 8-bit PPM format images to TIFF
ras2tiffras2tiff A quick hack that converts Sun rasterfile format images to TIFF -- it's less than complete
raw2tiffraw2tiff Create a TIFF file from raw data
rgb2ycbcrrgb2ycbcr Convert an RGB, grayscale, or bilevel TIFF image to a YCbCr TIFF image; it's mainly provided for testing
sgi2tiffsgi2tiff A program to convert SGI image files to TIFF. This program is only useful on SGI machines as it uses -limage.
thumbnailthumbnail 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)
tiff2bwtiff2bw A simple program to convert a color image to grayscale
tiff2pdftiff2pdf Convert TIFF images to PDF
tiff2pstiff2ps Convert TIFF images to PostScript
tiff2rgbatiff2rgba Convert a TIFF image to RGBA color space
tiffcmptiffcmp Compare the contents of two TIFF files (it does not check all the directory information, but does check all the data)
tiffcptiffcp Copy, concatenate, and convert TIFF images (e.g. switching from Compression=5 to Compression=1)
tiffdithertiffcropProvides 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)
tiffdumptiffdump 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)
tiffinfotiffinfo Display information about one or more TIFF files.
tiffmediantiffmedian A version of Paul Heckbert's median cut program that reads an -RGB TIFF image, and creates a TIFF palette file as a result; it's -useful for converting full-color RGB images to 8-bit color for your -friends that have cheapo 8-bit framebuffers.
tiffsettiffset Set a field in a TIFF header
tiffsplittiffsplit Create one or more single-image files from a (possibly) multi-image file