]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/html/man/tiffdump.1.html
No changes, just get rid of some wxT()s in wxString unit test.
[wxWidgets.git] / src / tiff / html / man / tiffdump.1.html
CommitLineData
8414a40c 1<!-- Creator : groff version 1.18.1 -->
80ed523f 2<!-- CreationDate: Sat Feb 24 18:37:20 2007 -->
8414a40c
VZ
3<html>
4<head>
5<meta name="generator" content="groff -Thtml, see www.gnu.org">
6<meta name="Content-Style" content="text/css">
7<title>TIFFDUMP</title>
8</head>
9<body>
10
11<h1 align=center>TIFFDUMP</h1>
12<a href="#NAME">NAME</a><br>
13<a href="#SYNOPSIS">SYNOPSIS</a><br>
14<a href="#DESCRIPTION">DESCRIPTION</a><br>
15<a href="#OPTIONS">OPTIONS</a><br>
16<a href="#SEE ALSO">SEE ALSO</a><br>
17
18<hr>
19<a name="NAME"></a>
20<h2>NAME</h2>
21<!-- INDENTATION -->
22<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 &minus; print verbatim information about
28<small>TIFF</small> files</p>
29</td>
30</table>
31<a name="SYNOPSIS"></a>
32<h2>SYNOPSIS</h2>
33<!-- INDENTATION -->
34<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>
42<a name="DESCRIPTION"></a>
43<h2>DESCRIPTION</h2>
44<!-- INDENTATION -->
45<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, data type, count, and value(s) is
56displayed. When the symbolic name for a tag or data type is
57known, the symbolic name is displayed followed by it&rsquo;s
58numeric (decimal) value. Tag values are displayed enclosed
59in &lsquo;&lsquo;&lt;&gt;&rsquo;&rsquo; characters
60immediately preceded by the value of the count field. For
61example, an <i>ImageWidth</i> tag might be displayed as
62&lsquo;&lsquo;ImageWidth (256) SHORT (3)
631&lt;800&gt;&rsquo;&rsquo;.</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>
70<a name="OPTIONS"></a>
71<h2>OPTIONS</h2>
72<!-- TABS -->
73<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>&minus;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</table>
90<!-- INDENTATION -->
91<table width="100%" border=0 rules="none" frame="void"
92 cols="2" cellspacing="0" cellpadding="0">
93<tr valign="top" align="left">
94<td width="8%"></td>
95<td width="91%">
80ed523f 96<p><b>&minus;m</b> <i>items</i></p></td>
8414a40c
VZ
97</table>
98<!-- INDENTATION -->
99<table width="100%" border=0 rules="none" frame="void"
100 cols="2" cellspacing="0" cellpadding="0">
101<tr valign="top" align="left">
102<td width="19%"></td>
103<td width="80%">
104<p>Change the number of indirect data items that are
105printed. By default, this will be 24.</p>
106</td>
107</table>
108<!-- INDENTATION -->
109<table width="100%" border=0 rules="none" frame="void"
110 cols="2" cellspacing="0" cellpadding="0">
111<tr valign="top" align="left">
112<td width="8%"></td>
113<td width="91%">
80ed523f 114<p><b>&minus;o</b> <i>offset</i></p></td>
8414a40c
VZ
115</table>
116<!-- INDENTATION -->
117<table width="100%" border=0 rules="none" frame="void"
118 cols="2" cellspacing="0" cellpadding="0">
119<tr valign="top" align="left">
120<td width="19%"></td>
121<td width="80%">
122<p>Dump the contents of the <small>IFD</small> at the a
123particular file offset. The file offset may be specified
124using the usual C-style syntax; i.e. a leading
125&lsquo;&lsquo;0x&rsquo;&rsquo; for hexadecimal and a leading
126&lsquo;&lsquo;0&rsquo;&rsquo; for octal.</p>
127</td>
128</table>
129<a name="SEE ALSO"></a>
130<h2>SEE ALSO</h2>
131<!-- INDENTATION -->
132<table width="100%" border=0 rules="none" frame="void"
133 cols="2" cellspacing="0" cellpadding="0">
134<tr valign="top" align="left">
135<td width="8%"></td>
136<td width="91%">
137<p><b>tiffinfo</b>(1), <b>libtiff</b>(3TIFF)</p>
138<!-- INDENTATION -->
139<p>Libtiff library home page:
140<b>http://www.remotesensing.org/libtiff/</b></p>
141</td>
142</table>
143<hr>
144</body>
145</html>