c3402403ea
be used if build directory is not the same as source directory. * man/{TIFFGetField.3tiff, man/TIFFSetField.3tiff}: Documented TIFFTAG_PHOTOSHOP, TIFFTAG_RICHTIFFIPTC, and TIFFTAG_XMLPACKET, and re-sorted tag names in alphabetical order.
519 lines
13 KiB
HTML
519 lines
13 KiB
HTML
<!-- Creator : groff version 1.19.2 -->
|
|
<!-- CreationDate: Mon Jan 2 17:41:58 2006 -->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="groff -Thtml, see www.gnu.org">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
|
<meta name="Content-Style" content="text/css">
|
|
<style type="text/css">
|
|
p { margin-top: 0; margin-bottom: 0; }
|
|
pre { margin-top: 0; margin-bottom: 0; }
|
|
table { margin-top: 0; margin-bottom: 0; }
|
|
</style>
|
|
<title>TIFFGT</title>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<h1 align=center>TIFFGT</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>
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em">tiffgt −
|
|
display an image stored in a <small>TIFF</small> file
|
|
(Silicon Graphics version)</p>
|
|
|
|
<a name="SYNOPSIS"></a>
|
|
<h2>SYNOPSIS</h2>
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em"><b>tiffgt</b> [
|
|
<i>options</i> ] <i>input.tif ...</i></p>
|
|
|
|
<a name="DESCRIPTION"></a>
|
|
<h2>DESCRIPTION</h2>
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em"><i>tiffgt</i>
|
|
displays one or more images stored using the Tag Image File
|
|
Format, Revision 6.0. Each image is placed in a fixed size
|
|
window that the user must position on the display (unless
|
|
configured otherwise through X defaults). If the display has
|
|
fewer than 24 bitplanes, or if the image does not warrant
|
|
full color, then <small>RGB</small> color values are mapped
|
|
to the closest values that exist in the colormap (this is
|
|
done using the <i>rgbi</i> routine found in the graphics
|
|
utility library <b>−lgutil</b>.)</p>
|
|
|
|
<p style="margin-left:11%; margin-top: 1em"><i>tiffgt</i>
|
|
correctly handles files with any of the following
|
|
characteristics:</p>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="18%"></td>
|
|
<td width="24%">
|
|
|
|
|
|
<p valign="top">BitsPerSample</p></td>
|
|
<td width="58%">
|
|
|
|
|
|
<p valign="top">1, 2, 4, 8, 16</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="18%"></td>
|
|
<td width="24%">
|
|
|
|
|
|
<p valign="top">SamplesPerPixel</p></td>
|
|
<td width="58%">
|
|
|
|
|
|
<p valign="top">1, 3, 4 (the 4th sample is ignored)</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="18%"></td>
|
|
<td width="24%">
|
|
|
|
|
|
<p valign="top">PhotometricInterpretation</p></td>
|
|
<td width="58%">
|
|
|
|
|
|
<p valign="top">0 (min-is-white), 1 (min-is-black), 2
|
|
(RGB), 3 (palette), 6 (YCbCr)</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="18%"></td>
|
|
<td width="24%">
|
|
|
|
|
|
<p valign="top">PlanarConfiguration</p></td>
|
|
<td width="58%">
|
|
|
|
|
|
<p valign="top">1 (contiguous), 2 (separate)</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="18%"></td>
|
|
<td width="24%">
|
|
|
|
|
|
<p valign="top">Orientation</p></td>
|
|
<td width="58%">
|
|
|
|
|
|
<p valign="top">1 (top-left), 4 (bottom-left)</p></td>
|
|
</table>
|
|
|
|
<p style="margin-left:11%;">Data may be organized as strips
|
|
or tiles and may be compressed with any of the compression
|
|
algorithms supported by the <i>libtiff</i>(3) library.</p>
|
|
|
|
<p style="margin-left:11%; margin-top: 1em">For palette
|
|
images (<i>PhotometricInterpretation</i>=3), <i>tiffgt</i>
|
|
inspects the colormap values and assumes either 16-bit or
|
|
8-bit values according to the maximum value. That is, if no
|
|
colormap entry greater than 255 is found, <i>tiffgt</i>
|
|
assumes the colormap has only 8-bit values; otherwise it
|
|
assumes 16-bit values. This inspection is done to handle old
|
|
images written by previous (incorrect) versions of
|
|
<i>libtiff</i>.</p>
|
|
|
|
<p style="margin-left:11%; margin-top: 1em"><i>tiffgt</i>
|
|
can be used to display multiple images one-at-a-time. The
|
|
left mouse button switches the display to the first image in
|
|
the <i>next</i> file in the list of files specified on the
|
|
command line. The right mouse button switches to the first
|
|
image in the <i>previous</i> file in the list. The middle
|
|
mouse button causes the first image in the first file
|
|
specified on the command line to be displayed. In addition
|
|
the following keyboard commands are recognized:</p>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="9%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>b</b></p></td>
|
|
<td width="2%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Use a
|
|
<i>PhotometricInterpretation</i> of MinIsBlack in displaying
|
|
the current image.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="9%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>l</b></p></td>
|
|
<td width="2%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Use a
|
|
<i>FillOrder</i> of lsb-to-msb in decoding the current
|
|
image.</p> </td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="9%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>m</b></p></td>
|
|
<td width="2%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Use a
|
|
<i>FillOrder</i> of msb-to-lsb in decoding the current
|
|
image.</p> </td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="9%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>c</b></p></td>
|
|
<td width="2%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Use a colormap
|
|
visual to display the current image.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="9%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>r</b></p></td>
|
|
<td width="2%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Use a true color
|
|
(24-bit RGB) visual to display the current image.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="9%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>w</b></p></td>
|
|
<td width="2%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Use a
|
|
<i>PhotometricInterpretation</i> of MinIsWhite in displaying
|
|
the current image.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="9%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>W</b></p></td>
|
|
<td width="2%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Toggle
|
|
(enable/disable) display of warning messages from the
|
|
<small>TIFF</small> library when decoding images.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="9%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>E</b></p></td>
|
|
<td width="2%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Toggle
|
|
(enable/disable) display of error messages from the
|
|
<small>TIFF</small> library when decoding images.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="9%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>z</b></p></td>
|
|
<td width="2%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Reset all
|
|
parameters to their default settings (<i>FillOrder</i>,
|
|
<i>PhotometricInterpretation</i>, handling of warnings and
|
|
errors).</p> </td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="9%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>PageUp</b></p></td>
|
|
<td width="2%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Display the
|
|
previous image in the current file or the last image in the
|
|
previous file.</p></td>
|
|
</table>
|
|
|
|
<p style="margin-left:11%;"><b>PageDown</b></p>
|
|
|
|
<p style="margin-left:22%;">Display the next image in the
|
|
current file or the first image in the next file.</p>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="6%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>Home</b></p></td>
|
|
<td width="5%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Display the first
|
|
image in the current file.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="6%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>End</b></p></td>
|
|
<td width="5%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Display the last
|
|
image in the current file (unimplemented).</p></td>
|
|
</table>
|
|
|
|
<a name="OPTIONS"></a>
|
|
<h2>OPTIONS</h2>
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−c</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Force image display
|
|
in a colormap window.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−d</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Specify an image to
|
|
display by directory number. By default the first image in
|
|
the file is displayed. Directories are numbered starting at
|
|
zero.</p> </td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−e</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Enable reporting of
|
|
error messages from the <small>TIFF</small> library. By
|
|
default <i>tiffgt</i> silently ignores images that cannot be
|
|
read.</p> </td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−f</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Force <i>tiffgt</i>
|
|
to run as a foreground process. By default <i>tiffgt</i>
|
|
will place itself in the background once it has opened the
|
|
requested image file.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−l</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Force the presumed
|
|
bit ordering to be <small>LSB</small> to
|
|
<small>MSB.</small></p> </td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−m</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Force the presumed
|
|
bit ordering to be <small>MSB</small> to
|
|
<small>LSB.</small></p> </td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−o</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Specify an image to
|
|
display by directory offset. By default the first image in
|
|
the file is displayed. Directories offsets may be specified
|
|
using C-style syntax; i.e. a leading
|
|
‘‘0x’’ for hexadecimal and a leading
|
|
‘‘0’’ for octal.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−p</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Override the value
|
|
of the <i>PhotometricInterpretation</i> tag; the parameter
|
|
may be one of: <i>miniswhite</i>, <i>minisblack</i>,
|
|
<i>rgb</i>, <i>palette</i>, <i>mask</i>, <i>separated</i>,
|
|
<i>ycbcr</i>, and <i>cielab</i>.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−r</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Force image display
|
|
in a full color window.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−s</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Stop on the first
|
|
read error. By default all errors in the input data are
|
|
ignored and <i>tiffgt</i> does it’s best to display as
|
|
much of an image as possible.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−w</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Enable reporting of
|
|
warning messages from the <small>TIFF</small> library. By
|
|
default <i>tiffgt</i> ignores warning messages generated
|
|
when reading an image.</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="3%">
|
|
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top"><b>−v</b></p> </td>
|
|
<td width="8%"></td>
|
|
<td width="78%">
|
|
|
|
|
|
<p style="margin-top: 1em" valign="top">Place information
|
|
in the title bar describing what type of window (full color
|
|
or colormap) is being used, the name of the input file, and
|
|
the directory index of the image (if non-zero). By default,
|
|
the window type is not shown in the title bar.</p></td>
|
|
</table>
|
|
|
|
<a name="BUGS"></a>
|
|
<h2>BUGS</h2>
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em">Images wider
|
|
and taller than the display are silently truncated to avoid
|
|
crashing old versions of the window manager.</p>
|
|
|
|
<a name="SEE ALSO"></a>
|
|
<h2>SEE ALSO</h2>
|
|
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em"><b>tiffdump</b>(1),
|
|
<b>tiffinfo</b>(1), <b>tiffcp</b>(1),
|
|
<b>libtiff</b>(3TIFF)</p>
|
|
|
|
<p style="margin-left:11%; margin-top: 1em">Libtiff library
|
|
home page: <b>http://www.remotesensing.org/libtiff/</b></p>
|
|
<hr>
|
|
</body>
|
|
</html>
|