1<!-- Creator : groff version 1.19.2 --> 2<!-- CreationDate: Mon Jan 2 17:41:58 2006 --> 3<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 4"http://www.w3.org/TR/html4/loose.dtd"> 5<html> 6<head> 7<meta name="generator" content="groff -Thtml, see www.gnu.org"> 8<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> 9<meta name="Content-Style" content="text/css"> 10<style type="text/css"> 11 p { margin-top: 0; margin-bottom: 0; } 12 pre { margin-top: 0; margin-bottom: 0; } 13 table { margin-top: 0; margin-bottom: 0; } 14</style> 15<title>TIFFDUMP</title> 16 17</head> 18<body> 19 20<h1 align=center>TIFFDUMP</h1> 21 22<a href="#NAME">NAME</a><br> 23<a href="#SYNOPSIS">SYNOPSIS</a><br> 24<a href="#DESCRIPTION">DESCRIPTION</a><br> 25<a href="#OPTIONS">OPTIONS</a><br> 26<a href="#SEE ALSO">SEE ALSO</a><br> 27 28<hr> 29 30 31<a name="NAME"></a> 32<h2>NAME</h2> 33 34 35<p style="margin-left:11%; margin-top: 1em">tiffdump 36− print verbatim information about <small>TIFF</small> 37files</p> 38 39<a name="SYNOPSIS"></a> 40<h2>SYNOPSIS</h2> 41 42 43 44<p style="margin-left:11%; margin-top: 1em"><b>tiffdump</b> 45[ <i>options</i> ] <i>name ...</i></p> 46 47<a name="DESCRIPTION"></a> 48<h2>DESCRIPTION</h2> 49 50 51 52<p style="margin-left:11%; margin-top: 1em"><i>tiffdump</i> 53displays directory information from files created according 54to the Tag Image File Format, Revision 6.0. The header of 55each <small>TIFF</small> file (magic number, version, and 56first directory offset) is displayed, followed by the tag 57contents of each directory in the file. For each tag, the 58name, data type, count, and value(s) is displayed. When the 59symbolic name for a tag or data type is known, the symbolic 60name is displayed followed by it’s numeric (decimal) 61value. Tag values are displayed enclosed in 62‘‘<>’’ characters immediately 63preceded by the value of the count field. For example, an 64<i>ImageWidth</i> tag might be displayed as 65‘‘ImageWidth (256) SHORT (3) 661<800>’’.</p> 67 68 69<p style="margin-left:11%; margin-top: 1em"><i>tiffdump</i> 70is particularly useful for investigating the contents of 71<small>TIFF</small> files that <i>libtiff</i> does not 72understand.</p> 73 74<a name="OPTIONS"></a> 75<h2>OPTIONS</h2> 76 77 78<table width="100%" border=0 rules="none" frame="void" 79 cellspacing="0" cellpadding="0"> 80<tr valign="top" align="left"> 81<td width="11%"></td> 82<td width="3%"> 83 84 85 86<p style="margin-top: 1em" valign="top"><b>−h</b></p> </td> 87<td width="8%"></td> 88<td width="78%"> 89 90 91<p style="margin-top: 1em" valign="top">Force numeric data 92to be printed in hexadecimal rather than the default 93decimal.</p> </td> 94</table> 95 96<p style="margin-left:11%;"><b>−m items</b></p> 97 98<p style="margin-left:22%;">Change the number of indirect 99data items that are printed. By default, this will be 10024.</p> 101 102<p style="margin-left:11%;"><b>−o offset</b></p> 103 104<p style="margin-left:22%;">Dump the contents of the 105<small>IFD</small> at the a particular file offset. The file 106offset may be specified using the usual C-style syntax; i.e. 107a leading ‘‘0x’’ for hexadecimal and 108a leading ‘‘0’’ for octal.</p> 109 110<a name="SEE ALSO"></a> 111<h2>SEE ALSO</h2> 112 113 114 115<p style="margin-left:11%; margin-top: 1em"><b>tiffinfo</b>(1), 116<b>libtiff</b>(3TIFF)</p> 117 118<p style="margin-left:11%; margin-top: 1em">Libtiff library 119home page: <b>http://www.remotesensing.org/libtiff/</b></p> 120<hr> 121</body> 122</html> 123