libtiff/html/man/tiffdump.1.html

123 lines
3.4 KiB
HTML
Raw Normal View History

<!-- 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">
2002-10-07 09:47:36 -04:00
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
2002-10-07 09:47:36 -04:00
<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>
2002-10-07 09:47:36 -04:00
<title>TIFFDUMP</title>
2002-10-07 09:47:36 -04:00
</head>
<body>
<h1 align=center>TIFFDUMP</h1>
2002-10-07 09:47:36 -04:00
<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="#SEE ALSO">SEE ALSO</a><br>
<hr>
2002-10-07 09:47:36 -04:00
<a name="NAME"></a>
<h2>NAME</h2>
<p style="margin-left:11%; margin-top: 1em">tiffdump
&minus; print verbatim information about <small>TIFF</small>
files</p>
2002-10-07 09:47:36 -04:00
<a name="SYNOPSIS"></a>
<h2>SYNOPSIS</h2>
<p style="margin-left:11%; margin-top: 1em"><b>tiffdump</b>
[ <i>options</i> ] <i>name ...</i></p>
2002-10-07 09:47:36 -04:00
<a name="DESCRIPTION"></a>
<h2>DESCRIPTION</h2>
<p style="margin-left:11%; margin-top: 1em"><i>tiffdump</i>
displays directory information from files created according
to the Tag Image File Format, Revision 6.0. The header of
each <small>TIFF</small> file (magic number, version, and
first directory offset) is displayed, followed by the tag
contents of each directory in the file. For each tag, the
name, data type, count, and value(s) is displayed. When the
symbolic name for a tag or data type is known, the symbolic
name is displayed followed by it&rsquo;s numeric (decimal)
value. Tag values are displayed enclosed in
&lsquo;&lsquo;&lt;&gt;&rsquo;&rsquo; characters immediately
preceded by the value of the count field. For example, an
<i>ImageWidth</i> tag might be displayed as
2005-03-06 06:11:43 -05:00
&lsquo;&lsquo;ImageWidth (256) SHORT (3)
1&lt;800&gt;&rsquo;&rsquo;.</p>
<p style="margin-left:11%; margin-top: 1em"><i>tiffdump</i>
is particularly useful for investigating the contents of
<small>TIFF</small> files that <i>libtiff</i> does not
understand.</p>
2002-10-07 09:47:36 -04:00
<a name="OPTIONS"></a>
<h2>OPTIONS</h2>
2005-12-29 17:01:44 -05:00
<table width="100%" border=0 rules="none" frame="void"
cellspacing="0" cellpadding="0">
2005-12-29 17:01:44 -05:00
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">
<p style="margin-top: 1em" valign="top"><b>&minus;h</b></p> </td>
2005-12-29 17:01:44 -05:00
<td width="8%"></td>
<td width="78%">
<p style="margin-top: 1em" valign="top">Force numeric data
to be printed in hexadecimal rather than the default
decimal.</p> </td>
2005-03-06 06:11:43 -05:00
</table>
<p style="margin-left:11%;"><b>&minus;m items</b></p>
<p style="margin-left:22%;">Change the number of indirect
data items that are printed. By default, this will be
24.</p>
<p style="margin-left:11%;"><b>&minus;o offset</b></p>
<p style="margin-left:22%;">Dump the contents of the
<small>IFD</small> at the a particular file offset. The file
offset may be specified using the usual C-style syntax; i.e.
a leading &lsquo;&lsquo;0x&rsquo;&rsquo; for hexadecimal and
a leading &lsquo;&lsquo;0&rsquo;&rsquo; for octal.</p>
2002-10-07 09:47:36 -04:00
<a name="SEE ALSO"></a>
<h2>SEE ALSO</h2>
<p style="margin-left:11%; margin-top: 1em"><b>tiffinfo</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>
2002-10-07 09:47:36 -04:00
<hr>
</body>
</html>