From 38be0d13830efd2d98281c645c3a60afe05ffece Mon Sep 17 00:00:00 2001 From: Qt by Nokia Date: Wed, 27 Apr 2011 12:05:43 +0200 Subject: Initial import from the monolithic Qt. This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12 --- src/3rdparty/libtiff/html/man/thumbnail.1.html | 148 +++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 src/3rdparty/libtiff/html/man/thumbnail.1.html (limited to 'src/3rdparty/libtiff/html/man/thumbnail.1.html') diff --git a/src/3rdparty/libtiff/html/man/thumbnail.1.html b/src/3rdparty/libtiff/html/man/thumbnail.1.html new file mode 100644 index 0000000000..fabc60116e --- /dev/null +++ b/src/3rdparty/libtiff/html/man/thumbnail.1.html @@ -0,0 +1,148 @@ + + + + + + +THUMBNAIL + + + +

THUMBNAIL

+NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+BUGS
+SEE ALSO
+ +
+ +

NAME

+ + + + + +
+

thumbnail − create a TIFF file with +thumbnail images

+
+ +

SYNOPSIS

+ + + + + +
+

thumbnail [ options ] input.tif +output.tif

+
+ +

DESCRIPTION

+ + + + + +
+

thumbnail is a program written to show how one +might use the SubIFD tag (#330) to store thumbnail images. +thumbnail copies a TIFF Class F +facsimile file to the output file and for each image an +8-bit greyscale thumbnail sketch. The output file +contains the thumbnail image with the associated +full-resolution page linked below with the SubIFD tag.

+ +

By default, thumbnail images are 216 pixels wide by 274 +pixels high. Pixels are calculated by sampling and filtering +the input image with each pixel value passed through a +contrast curve.

+
+ +

OPTIONS

+ + + + + + + + + + + + + + + + + + + + +
+ +

−w

+
+ +

Specify the width of thumbnail images in pixels.

+
+
+ +

−h

+
+ +

Specify the height of thumbnail images in pixels.

+
+
+ +

−c

+
+ +

Specify a contrast curve to apply in generating the +thumbnail images. By default pixels values are passed +through a linear contrast curve that simply maps the pixel +value ranges. Alternative curves are: exp50 for a 50% +exponential curve, exp60 for a 60% exponential curve, +exp70 for a 70% exponential curve, exp80 for a +80% exponential curve, exp90 for a 90% exponential +curve, exp for a pure exponential curve, +linear for a linear curve.

+
+
+ +

BUGS

+ + + + + +
+

There are no options to control the format of the saved +thumbnail images.

+
+ +

SEE ALSO

+ + + + + +
+

tiffdump(1), tiffgt(1), tiffinfo(1), +libtiff(3)

+ +

Libtiff library home page: +http://www.remotesensing.org/libtiff/

+
+
+ + -- cgit v1.2.3