123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551 |
- <!-- Creator : groff version 1.18.1 -->
- <!-- CreationDate: Sat Feb 24 18:37:20 2007 -->
- <html>
- <head>
- <meta name="generator" content="groff -Thtml, see www.gnu.org">
- <meta name="Content-Style" content="text/css">
- <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>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="8%"></td>
- <td width="91%">
- <p>tiffgt − display an image stored in a
- <small>TIFF</small> file (Silicon Graphics version)</p>
- </td>
- </table>
- <a name="SYNOPSIS"></a>
- <h2>SYNOPSIS</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="8%"></td>
- <td width="91%">
- <p><b>tiffgt</b> [ <i>options</i> ] <i>input.tif ...</i></p>
- </td>
- </table>
- <a name="DESCRIPTION"></a>
- <h2>DESCRIPTION</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="8%"></td>
- <td width="91%">
- <p><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>
- <!-- INDENTATION -->
- <p><i>tiffgt</i> correctly handles files with any of the
- following characteristics:</p></td>
- </table>
- <!-- TABS -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="3" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="15%"></td>
- <td width="34%">
- <p><i>BitsPerSample</i></p>
- </td>
- <td width="50%">
- <p>1, 2, 4, 8, 16</p>
- </td>
- <tr valign="top" align="left">
- <td width="15%"></td>
- <td width="34%">
- <p><i>SamplesPerPixel</i></p>
- </td>
- <td width="50%">
- <p>1, 3, 4 (the 4th sample is ignored)</p>
- </td>
- <tr valign="top" align="left">
- <td width="15%"></td>
- <td width="34%">
- <p><i>PhotometricInterpretation</i></p>
- </td>
- <td width="50%">
- <p>0 (min-is-white), 1 (min-is-black), 2 (RGB), 3
- (palette), 6 (YCbCr)</p>
- </td>
- <tr valign="top" align="left">
- <td width="15%"></td>
- <td width="34%">
- <p><i>PlanarConfiguration</i></p>
- </td>
- <td width="50%">
- <p>1 (contiguous), 2 (separate)</p>
- </td>
- <tr valign="top" align="left">
- <td width="15%"></td>
- <td width="34%">
- <p><i>Orientation</i></p>
- </td>
- <td width="50%">
- <p>1 (top-left), 4 (bottom-left)</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="8%"></td>
- <td width="91%">
- <p>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>
- <!-- INDENTATION -->
- <p>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>
- <!-- INDENTATION -->
- <p><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>
- </td>
- </table>
- <!-- TABS -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="4" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="8%">
- <p><b>b</b></p>
- </td>
- <td width="80%">
- <p>Use a <i>PhotometricInterpretation</i> of MinIsBlack in
- displaying the current image.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="8%">
- <p><b>l</b></p>
- </td>
- <td width="80%">
- <p>Use a <i>FillOrder</i> of lsb-to-msb in decoding the
- current image.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="8%">
- <p><b>m</b></p>
- </td>
- <td width="80%">
- <p>Use a <i>FillOrder</i> of msb-to-lsb in decoding the
- current image.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="8%">
- <p><b>c</b></p>
- </td>
- <td width="80%">
- <p>Use a colormap visual to display the current image.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="8%">
- <p><b>r</b></p>
- </td>
- <td width="80%">
- <p>Use a true color (24-bit RGB) visual to display the
- current image.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="8%">
- <p><b>w</b></p>
- </td>
- <td width="80%">
- <p>Use a <i>PhotometricInterpretation</i> of MinIsWhite in
- displaying the current image.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="8%">
- <p><b>W</b></p>
- </td>
- <td width="80%">
- <p>Toggle (enable/disable) display of warning messages from
- the <small>TIFF</small> library when decoding images.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="8%">
- <p><b>E</b></p>
- </td>
- <td width="80%">
- <p>Toggle (enable/disable) display of error messages from
- the <small>TIFF</small> library when decoding images.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="8%">
- <p><b>z</b></p>
- </td>
- <td width="80%">
- <p>Reset all parameters to their default settings
- (<i>FillOrder</i>, <i>PhotometricInterpretation</i>,
- handling of warnings and errors).</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="8%">
- <p><b>PageUp</b></p>
- </td>
- <td width="80%">
- <p>Display the previous image in the current file or the
- last image in the previous file.</p>
- </td>
- <td width="0%">
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="8%"></td>
- <td width="91%">
- <p><b>PageDown</b></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="19%"></td>
- <td width="80%">
- <p>Display the next image in the current file or the first
- image in the next file.</p>
- </td>
- </table>
- <!-- TABS -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="5" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="6%">
- <p><b>Home</b></p>
- </td>
- <td width="2%"></td>
- <td width="80%">
- <p>Display the first image in the current file.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="6%">
- <p><b>End</b></p>
- </td>
- <td width="2%"></td>
- <td width="80%">
- <p>Display the last image in the current file
- (unimplemented).</p>
- </td>
- <td width="0%">
- </td>
- </table>
- <a name="OPTIONS"></a>
- <h2>OPTIONS</h2>
- <!-- TABS -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="5" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−c</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>Force image display in a colormap window.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−d</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>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>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−e</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>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>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−f</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>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>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−l</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>Force the presumed bit ordering to be <small>LSB</small>
- to <small>MSB.</small></p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−m</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>Force the presumed bit ordering to be <small>MSB</small>
- to <small>LSB.</small></p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−o</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>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>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−p</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>Override the value of the
- <i>PhotometricInterpretation</i> tag; the parameter may be
- one of: <b>miniswhite</b>, <b>minisblack</b>, <b>rgb</b>,
- <b>palette</b>, <b>mask</b>, <b>separated</b>, <b>ycbcr</b>,
- and <b>cielab</b>.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−r</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>Force image display in a full color window.</p>
- </td>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−s</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>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>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−w</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>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>
- <td width="0%">
- </td>
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="3%">
- <p><b>−v</b></p>
- </td>
- <td width="5%"></td>
- <td width="80%">
- <p>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>
- <td width="0%">
- </td>
- </table>
- <a name="BUGS"></a>
- <h2>BUGS</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="8%"></td>
- <td width="91%">
- <p>Images wider and taller than the display are silently
- truncated to avoid crashing old versions of the window
- manager.</p>
- </td>
- </table>
- <a name="SEE ALSO"></a>
- <h2>SEE ALSO</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="8%"></td>
- <td width="91%">
- <p><b>tiffdump</b>(1), <b>tiffinfo</b>(1), <b>tiffcp</b>(1),
- <b>libtiff</b>(3TIFF)</p>
- <!-- INDENTATION -->
- <p>Libtiff library home page:
- <b>http://www.remotesensing.org/libtiff/</b></p>
- </td>
- </table>
- <hr>
- </body>
- </html>
|