1<html> 2<head> 3<meta name="generator" content="groff -Thtml, see www.gnu.org"> 4<meta name="Content-Style" content="text/css"> 5<title>TIFFDUMP</title> 6</head> 7<body> 8 9<h1 align=center>TIFFDUMP</h1> 10<a href="#NAME">NAME</a><br> 11<a href="#SYNOPSIS">SYNOPSIS</a><br> 12<a href="#DESCRIPTION">DESCRIPTION</a><br> 13<a href="#OPTIONS">OPTIONS</a><br> 14<a href="#SEE ALSO">SEE ALSO</a><br> 15 16<hr> 17<!-- Creator : groff version 1.17.2 --> 18<!-- CreationDate: Mon Dec 22 00:39:35 2003 --> 19<a name="NAME"></a> 20<h2>NAME</h2> 21<table width="100%" border=0 rules="none" frame="void" 22 cols="2" cellspacing="0" cellpadding="0"> 23<tr valign="top" align="left"> 24<td width="10%"></td><td width="90%"> 25tiffdump - print verbatim information about <small>TIFF</small> files</td></table> 26<a name="SYNOPSIS"></a> 27<h2>SYNOPSIS</h2> 28 29<table width="100%" border=0 rules="none" frame="void" 30 cols="2" cellspacing="0" cellpadding="0"> 31<tr valign="top" align="left"> 32<td width="10%"></td><td width="90%"> 33<b>tiffdump</b> [ <i>options</i> ] <i>name 34...</i></td></table> 35<a name="DESCRIPTION"></a> 36<h2>DESCRIPTION</h2> 37 38<table width="100%" border=0 rules="none" frame="void" 39 cols="2" cellspacing="0" cellpadding="0"> 40<tr valign="top" align="left"> 41<td width="10%"></td><td width="90%"> 42<i>tiffdump</i> displays directory information from files 43created according to the Tag Image File Format, Revision 446.0. The header of each <small>TIFF</small> file (magic 45number, version, and first directory offset) is displayed, 46followed by the tag contents of each directory in the file. 47For each tag, the name, datatype, count, and value(s) is 48displayed. When the symbolic name for a tag or datatype is 49known, the symbolic name is displayed followed by it's 50numeric (decimal) value. Tag values are displayed enclosed 51in ``<>'' characters immediately preceded by the value 52of the count field. For example, an <i>ImageWidth</i> tag 53might be displayed as ``ImageWidth (256) SHORT (3) 541<800>''.</td></table> 55 56<table width="100%" border=0 rules="none" frame="void" 57 cols="2" cellspacing="0" cellpadding="0"> 58<tr valign="top" align="left"> 59<td width="10%"></td><td width="90%"> 60<i>tiffdump</i> is particularly useful for investigating the 61contents of <small>TIFF</small> files that <i>libtiff</i> 62does not understand.</td></table> 63<a name="OPTIONS"></a> 64<h2>OPTIONS</h2> 65 66<table width="100%" border=0 rules="none" frame="void" 67 cols="2" cellspacing="0" cellpadding="0"> 68<tr valign="top" align="left"> 69<td width="10%"></td><td width="90%"> 70<b>-h</b></td></table> 71 72<table width="100%" border=0 rules="none" frame="void" 73 cols="2" cellspacing="0" cellpadding="0"> 74<tr valign="top" align="left"> 75<td width="21%"></td><td width="79%"> 76Force numeric data to be printed in hexadecimal rather than 77the default decimal.</td></table> 78 79<table width="100%" border=0 rules="none" frame="void" 80 cols="2" cellspacing="0" cellpadding="0"> 81<tr valign="top" align="left"> 82<td width="10%"></td><td width="90%"> 83<b>-o</b></td></table> 84 85<table width="100%" border=0 rules="none" frame="void" 86 cols="2" cellspacing="0" cellpadding="0"> 87<tr valign="top" align="left"> 88<td width="21%"></td><td width="79%"> 89Dump the contents of the <small>IFD</small> at the a 90particular file offset. The file offset may be specified 91using the usual C-style syntax; i.e. a leading ``0x'' for 92hexadecimal and a leading ``0'' for octal.</td></table> 93<a name="SEE ALSO"></a> 94<h2>SEE ALSO</h2> 95 96<table width="100%" border=0 rules="none" frame="void" 97 cols="2" cellspacing="0" cellpadding="0"> 98<tr valign="top" align="left"> 99<td width="10%"></td><td width="90%"> 100<i>tiffinfo</i>(1), <i>libtiff</i>(3)</td></table> 101<hr> 102</body> 103</html> 104