|
roentgen |
b75cab |
.\" $Id: thumbnail.1,v 1.2 2005-11-02 11:07:19 dron Exp $
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" Copyright (c) 1994-1997 Sam Leffler
|
|
roentgen |
b75cab |
.\" Copyright (c) 1994-1997 Silicon Graphics, Inc.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" Permission to use, copy, modify, distribute, and sell this software and
|
|
roentgen |
b75cab |
.\" its documentation for any purpose is hereby granted without fee, provided
|
|
roentgen |
b75cab |
.\" that (i) the above copyright notices and this permission notice appear in
|
|
roentgen |
b75cab |
.\" all copies of the software and related documentation, and (ii) the names of
|
|
roentgen |
b75cab |
.\" Sam Leffler and Silicon Graphics may not be used in any advertising or
|
|
roentgen |
b75cab |
.\" publicity relating to the software without the specific, prior written
|
|
roentgen |
b75cab |
.\" permission of Sam Leffler and Silicon Graphics.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
|
roentgen |
b75cab |
.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
|
roentgen |
b75cab |
.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
|
|
roentgen |
b75cab |
.\" ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
|
|
roentgen |
b75cab |
.\" OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
roentgen |
b75cab |
.\" WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
|
|
roentgen |
b75cab |
.\" LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
|
roentgen |
b75cab |
.\" OF THIS SOFTWARE.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.if n .po 0
|
|
roentgen |
b75cab |
.TH THUMBNAIL 1 "November 2, 2005" "libtiff"
|
|
roentgen |
b75cab |
.SH NAME
|
|
roentgen |
b75cab |
thumbnail \- create a
|
|
roentgen |
b75cab |
.SM TIFF
|
|
roentgen |
b75cab |
file with thumbnail images
|
|
roentgen |
b75cab |
.SH SYNOPSIS
|
|
roentgen |
b75cab |
.B thumbnail
|
|
roentgen |
b75cab |
[
|
|
roentgen |
b75cab |
.I options
|
|
roentgen |
b75cab |
]
|
|
roentgen |
b75cab |
.I input.tif
|
|
roentgen |
b75cab |
.I output.tif
|
|
roentgen |
b75cab |
.SH DESCRIPTION
|
|
roentgen |
b75cab |
.I thumbnail
|
|
roentgen |
b75cab |
is a program written to show how one might use the
|
|
roentgen |
b75cab |
SubIFD tag (#330) to store thumbnail images.
|
|
roentgen |
b75cab |
.I thumbnail
|
|
roentgen |
b75cab |
copies a
|
|
roentgen |
b75cab |
.SM TIFF
|
|
roentgen |
b75cab |
Class F facsimile file to the output file
|
|
roentgen |
b75cab |
and for each image an 8-bit greyscale
|
|
roentgen |
b75cab |
.IR "thumbnail sketch" .
|
|
roentgen |
b75cab |
The output file contains the thumbnail image with the associated
|
|
roentgen |
b75cab |
full-resolution page linked below with the SubIFD tag.
|
|
roentgen |
b75cab |
.PP
|
|
roentgen |
b75cab |
By default, thumbnail images are 216 pixels wide by 274 pixels high.
|
|
roentgen |
b75cab |
Pixels are calculated by sampling and filtering the input image
|
|
roentgen |
b75cab |
with each pixel value passed through a contrast curve.
|
|
roentgen |
b75cab |
.SH OPTIONS
|
|
roentgen |
b75cab |
.TP
|
|
roentgen |
b75cab |
.B \-w
|
|
roentgen |
b75cab |
Specify the width of thumbnail images in pixels.
|
|
roentgen |
b75cab |
.TP
|
|
roentgen |
b75cab |
.B \-h
|
|
roentgen |
b75cab |
Specify the height of thumbnail images in pixels.
|
|
roentgen |
b75cab |
.TP
|
|
roentgen |
b75cab |
.B \-c
|
|
roentgen |
b75cab |
Specify a contrast curve to apply in generating the thumbnail images.
|
|
roentgen |
b75cab |
By default pixels values are passed through a linear contrast curve
|
|
roentgen |
b75cab |
that simply maps the pixel value ranges.
|
|
roentgen |
b75cab |
Alternative curves are:
|
|
roentgen |
b75cab |
.B exp50
|
|
roentgen |
b75cab |
for a 50% exponential curve,
|
|
roentgen |
b75cab |
.B exp60
|
|
roentgen |
b75cab |
for a 60% exponential curve,
|
|
roentgen |
b75cab |
.B exp70
|
|
roentgen |
b75cab |
for a 70% exponential curve,
|
|
roentgen |
b75cab |
.B exp80
|
|
roentgen |
b75cab |
for a 80% exponential curve,
|
|
roentgen |
b75cab |
.B exp90
|
|
roentgen |
b75cab |
for a 90% exponential curve,
|
|
roentgen |
b75cab |
.B exp
|
|
roentgen |
b75cab |
for a pure exponential curve,
|
|
roentgen |
b75cab |
.B linear
|
|
roentgen |
b75cab |
for a linear curve.
|
|
roentgen |
b75cab |
.SH BUGS
|
|
roentgen |
b75cab |
There are no options to control the format of the saved thumbnail images.
|
|
roentgen |
b75cab |
.SH "SEE ALSO"
|
|
roentgen |
b75cab |
.BR tiffdump (1),
|
|
roentgen |
b75cab |
.BR tiffgt (1),
|
|
roentgen |
b75cab |
.BR tiffinfo (1),
|
|
roentgen |
b75cab |
.BR libtiff (3)
|
|
roentgen |
b75cab |
.PP
|
|
roentgen |
b75cab |
Libtiff library home page:
|
|
roentgen |
b75cab |
.BR http://www.remotesensing.org/libtiff/
|