libtiff/html/man/thumbnail.1.html

146 lines
3.9 KiB
HTML
Raw Normal View History

2005-03-06 06:11:43 -05:00
<!-- Creator : groff version 1.18.1 -->
<!-- CreationDate: Sun Mar 6 13:59:57 2005 -->
2002-10-07 09:47:36 -04:00
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta name="Content-Style" content="text/css">
<title>THUMBNAIL</title>
</head>
<body>
<h1 align=center>THUMBNAIL</h1>
<a href="#NAME">NAME</a><br>
<a href="#SYNOPSIS">SYNOPSIS</a><br>
<a href="#DESCRIPTION">DESCRIPTION</a><br>
<a href="#OPTIONS">OPTIONS</a><br>
<a href="#BUGS">BUGS</a><br>
<a href="#SEE ALSO">SEE ALSO</a><br>
<hr>
<a name="NAME"></a>
<h2>NAME</h2>
2005-03-06 06:11:43 -05:00
<!-- INDENTATION -->
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2005-03-06 06:11:43 -05:00
<td width="8%"></td>
<td width="91%">
<p>thumbnail &minus; create a <small>TIFF</small> file with
thumbnail images</p>
</td>
</table>
2002-10-07 09:47:36 -04:00
<a name="SYNOPSIS"></a>
<h2>SYNOPSIS</h2>
2005-03-06 06:11:43 -05:00
<!-- INDENTATION -->
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2005-03-06 06:11:43 -05:00
<td width="8%"></td>
<td width="91%">
<p><b>thumbnail</b> [ <i>options</i> ] <i>input.tif
output.tif</i></p>
</td>
</table>
2002-10-07 09:47:36 -04:00
<a name="DESCRIPTION"></a>
<h2>DESCRIPTION</h2>
2005-03-06 06:11:43 -05:00
<!-- INDENTATION -->
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2005-03-06 06:11:43 -05:00
<td width="8%"></td>
<td width="91%">
<p><i>thumbnail</i> is a program written to show how one
might use the SubIFD tag (#330) to store thumbnail images.
2002-10-07 09:47:36 -04:00
<i>thumbnail</i> copies a <small>TIFF</small> Class F
facsimile file to the output file and for each image an
8-bit greyscale <i>thumbnail sketch</i>. The output file
contains the thumbnail image with the associated
2005-03-06 06:11:43 -05:00
full-resolution page linked below with the SubIFD tag.</p>
<!-- INDENTATION -->
<p>By default, thumbnail images are 216 pixels wide by 274
2002-10-07 09:47:36 -04:00
pixels high. Pixels are calculated by sampling and filtering
the input image with each pixel value passed through a
2005-03-06 06:11:43 -05:00
contrast curve.</p>
</td>
</table>
2002-10-07 09:47:36 -04:00
<a name="OPTIONS"></a>
<h2>OPTIONS</h2>
2005-03-06 06:11:43 -05:00
<!-- TABS -->
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2005-03-06 06:11:43 -05:00
cols="5" cellspacing="0" cellpadding="0">
2003-11-27 10:07:01 -05:00
<tr valign="top" align="left">
2005-03-06 06:11:43 -05:00
<td width="10%"></td>
<td width="3%">
2002-10-07 09:47:36 -04:00
2005-03-06 06:11:43 -05:00
<p><b>&minus;w</b></p>
</td>
<td width="5%"></td>
<td width="80%">
2002-10-07 09:47:36 -04:00
2005-03-06 06:11:43 -05:00
<p>Specify the width of thumbnail images in pixels.</p>
</td>
<td width="0%">
</td>
2003-11-27 10:07:01 -05:00
<tr valign="top" align="left">
2005-03-06 06:11:43 -05:00
<td width="10%"></td>
<td width="3%">
2002-10-07 09:47:36 -04:00
2005-03-06 06:11:43 -05:00
<p><b>&minus;h</b></p>
</td>
<td width="5%"></td>
<td width="80%">
2002-10-07 09:47:36 -04:00
2005-03-06 06:11:43 -05:00
<p>Specify the height of thumbnail images in pixels.</p>
</td>
<td width="0%">
</td>
2003-11-27 10:07:01 -05:00
<tr valign="top" align="left">
2005-03-06 06:11:43 -05:00
<td width="10%"></td>
<td width="3%">
2002-10-07 09:47:36 -04:00
2005-03-06 06:11:43 -05:00
<p><b>&minus;c</b></p>
</td>
<td width="5%"></td>
<td width="80%">
<p>Specify a contrast curve to apply in generating the
2002-10-07 09:47:36 -04:00
thumbnail images. By default pixels values are passed
through a linear contrast curve that simply maps the pixel
value ranges. Alternative curves are: <b>exp50</b> for a 50%
exponential curve, <b>exp60</b> for a 60% exponential curve,
<b>exp70</b> for a 70% exponential curve, <b>exp80</b> for a
80% exponential curve, <b>exp90</b> for a 90% exponential
curve, <b>exp</b> for a pure exponential curve,
2005-03-06 06:11:43 -05:00
<b>linear</b> for a linear curve.</p>
</td>
<td width="0%">
</td>
</table>
2002-10-07 09:47:36 -04:00
<a name="BUGS"></a>
<h2>BUGS</h2>
2005-03-06 06:11:43 -05:00
<!-- INDENTATION -->
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2005-03-06 06:11:43 -05:00
<td width="8%"></td>
<td width="91%">
<p>There are no options to control the format of the saved
thumbnail images.</p>
</td>
</table>
2002-10-07 09:47:36 -04:00
<a name="SEE ALSO"></a>
<h2>SEE ALSO</h2>
2005-03-06 06:11:43 -05:00
<!-- INDENTATION -->
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2005-03-06 06:11:43 -05:00
<td width="8%"></td>
<td width="91%">
<p><i>tiffdump</i>(1), <i>tiffgt</i>(1), <i>tiffinfo</i>(1),
<i>libtiff</i>(3)</p>
</td>
</table>
2002-10-07 09:47:36 -04:00
<hr>
</body>
</html>