98 lines
2.3 KiB
HTML
98 lines
2.3 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||
|
<HTML><HEAD><TITLE>Manpage of TIFFDUMP</TITLE>
|
||
|
</HEAD><BODY BGCOLOR=WHITE><FONT FACE="helvetica, sans, arial">
|
||
|
<H1>TIFFDUMP</H1>
|
||
|
Section: User Commands (1)<BR>Updated: October 15, 1995<BR><A HREF="#index">Index</A>
|
||
|
<BR><A HREF="index.html">Return to Main Contents</A>
|
||
|
<HR>
|
||
|
|
||
|
<A NAME="lbAB"> </A>
|
||
|
<H2>NAME</H2>
|
||
|
|
||
|
tiffdump - print verbatim information about
|
||
|
<FONT SIZE="-1">TIFF</FONT>
|
||
|
files
|
||
|
<A NAME="lbAC"> </A>
|
||
|
<H2>SYNOPSIS</H2>
|
||
|
|
||
|
<B>tiffdump</B>
|
||
|
|
||
|
[
|
||
|
<I>options</I>
|
||
|
|
||
|
]
|
||
|
<I>name ...</I>
|
||
|
|
||
|
<A NAME="lbAD"> </A>
|
||
|
<H2>DESCRIPTION</H2>
|
||
|
|
||
|
<I>tiffdump</I>
|
||
|
|
||
|
displays directory information from files created according
|
||
|
to the Tag Image File Format, Revision 6.0.
|
||
|
The header of each
|
||
|
<FONT SIZE="-1">TIFF</FONT>
|
||
|
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, datatype, count, and value(s) is displayed.
|
||
|
When the symbolic name for a tag or datatype is known, the symbolic
|
||
|
name is displayed followed by it's numeric (decimal) value.
|
||
|
Tag values are displayed enclosed in ``<>'' characters immediately
|
||
|
preceded by the value of the count field.
|
||
|
For example, an
|
||
|
<I>ImageWidth</I>
|
||
|
|
||
|
tag might be displayed as ``ImageWidth (256) SHORT (3) 1<800>''.
|
||
|
<P>
|
||
|
|
||
|
<I>tiffdump</I>
|
||
|
|
||
|
is particularly useful for investigating the contents of
|
||
|
<FONT SIZE="-1">TIFF</FONT>
|
||
|
files that
|
||
|
<I>libtiff</I>
|
||
|
|
||
|
does not understand.
|
||
|
<A NAME="lbAE"> </A>
|
||
|
<H2>OPTIONS</H2>
|
||
|
|
||
|
<DL COMPACT>
|
||
|
<DT><B>-h</B>
|
||
|
|
||
|
<DD>
|
||
|
Force numeric data to be printed in hexadecimal rather than the
|
||
|
default decimal.
|
||
|
<DT><B>-o</B>
|
||
|
|
||
|
<DD>
|
||
|
Dump the contents of the
|
||
|
<FONT SIZE="-1">IFD</FONT>
|
||
|
at the a particular file offset.
|
||
|
The file offset may be specified using the usual C-style syntax;
|
||
|
i.e. a leading ``0x'' for hexadecimal and a leading ``0'' for octal.
|
||
|
</DL>
|
||
|
<A NAME="lbAF"> </A>
|
||
|
<H2>SEE ALSO</H2>
|
||
|
|
||
|
<I><A HREF="tiffinfo+1.html">tiffinfo</A></I>(1),
|
||
|
|
||
|
<I><A HREF="libtiff+3">libtiff</A></I>(3)
|
||
|
|
||
|
|
||
|
<HR>
|
||
|
<A NAME="index"> </A><H2>Index</H2>
|
||
|
<DL>
|
||
|
<DT><A HREF="#lbAB">NAME</A><DD>
|
||
|
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
|
||
|
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
|
||
|
<DT><A HREF="#lbAE">OPTIONS</A><DD>
|
||
|
<DT><A HREF="#lbAF">SEE ALSO</A><DD>
|
||
|
</DL>
|
||
|
<HR>
|
||
|
This document was created by
|
||
|
<A HREF="index.html">man2html</A>,
|
||
|
using the manual pages.<BR>
|
||
|
Time: 01:31:48 GMT, November 23, 1999
|
||
|
</BODY>
|
||
|
</HTML>
|