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.18 --> 18<!-- CreationDate: Mon Oct 7 17:36:41 2002 --> 19<a name="NAME"></a> 20<h2>NAME</h2> 21<!-- INDENTATION --> 22<p><table width="100%" border=0 rules="none" frame="void" 23 cols="2" cellspacing="0" cellpadding="0"> 24<tr valign="top" align="left"> 25<td width="8%"></td> 26<td width="91%"> 27<p>tiffdump − print verbatim information about 28<small>TIFF</small> files</p> 29</td> 30</table></p> 31<a name="SYNOPSIS"></a> 32<h2>SYNOPSIS</h2> 33<!-- INDENTATION --> 34<p><table width="100%" border=0 rules="none" frame="void" 35 cols="2" cellspacing="0" cellpadding="0"> 36<tr valign="top" align="left"> 37<td width="8%"></td> 38<td width="91%"> 39<p><b>tiffdump</b> [ <i>options</i> ] <i>name ...</i></p> 40</td> 41</table></p> 42<a name="DESCRIPTION"></a> 43<h2>DESCRIPTION</h2> 44<!-- INDENTATION --> 45<p><table width="100%" border=0 rules="none" frame="void" 46 cols="2" cellspacing="0" cellpadding="0"> 47<tr valign="top" align="left"> 48<td width="8%"></td> 49<td width="91%"> 50<p><i>tiffdump</i> displays directory information from files 51created according to the Tag Image File Format, Revision 526.0. The header of each <small>TIFF</small> file (magic 53number, version, and first directory offset) is displayed, 54followed by the tag contents of each directory in the file. 55For each tag, the name, datatype, count, and value(s) is 56displayed. When the symbolic name for a tag or datatype is 57known, the symbolic name is displayed followed by it’s 58numeric (decimal) value. Tag values are displayed enclosed 59in ‘‘<>’’ characters 60immediately preceded by the value of the count field. For 61example, an <i>ImageWidth</i> tag might be displayed as 62‘‘ImageWidth (256) SHORT (3) 631<800>’’.</p> 64<!-- INDENTATION --> 65<p><i>tiffdump</i> is particularly useful for investigating 66the contents of <small>TIFF</small> files that 67<i>libtiff</i> does not understand.</p> 68</td> 69</table></p> 70<a name="OPTIONS"></a> 71<h2>OPTIONS</h2> 72<!-- TABS --> 73<p><table width="100%" border=0 rules="none" frame="void" 74 cols="5" cellspacing="0" cellpadding="0"> 75<tr valign="top" align="left"> 76<td width="10%"></td> 77<td width="2%"> 78 79<p><b>−h</b></p> 80</td> 81<td width="6%"></td> 82<td width="80%"> 83 84<p>Force numeric data to be printed in hexadecimal rather 85than the default decimal.</p> 86</td> 87<td width="0%"> 88</td> 89<tr valign="top" align="left"> 90<td width="10%"></td> 91<td width="2%"> 92 93<p><b>−o</b></p> 94</td> 95<td width="6%"></td> 96<td width="80%"> 97 98<p>Dump the contents of the <small>IFD</small> at the a 99particular file offset. The file offset may be specified 100using the usual C-style syntax; i.e. a leading 101‘‘0x’’ for hexadecimal and a leading 102‘‘0’’ for octal.</p> 103</td> 104<td width="0%"> 105</td> 106</table></p> 107<a name="SEE ALSO"></a> 108<h2>SEE ALSO</h2> 109<!-- INDENTATION --> 110<p><table width="100%" border=0 rules="none" frame="void" 111 cols="2" cellspacing="0" cellpadding="0"> 112<tr valign="top" align="left"> 113<td width="8%"></td> 114<td width="91%"> 115<p><i>tiffinfo</i>(1), <i>libtiff</i>(3)</p> 116</td> 117</table></p> 118<hr> 119</body> 120</html> 121