|
roentgen |
b75cab |
.\" $Id: tiffdump.1,v 1.5 2006-04-20 12:17:19 dron Exp $
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" Copyright (c) 1988-1997 Sam Leffler
|
|
roentgen |
b75cab |
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" Permission to use, copy, modify, distribute, and sell this software and
|
|
roentgen |
b75cab |
.\" its documentation for any purpose is hereby granted without fee, provided
|
|
roentgen |
b75cab |
.\" that (i) the above copyright notices and this permission notice appear in
|
|
roentgen |
b75cab |
.\" all copies of the software and related documentation, and (ii) the names of
|
|
roentgen |
b75cab |
.\" Sam Leffler and Silicon Graphics may not be used in any advertising or
|
|
roentgen |
b75cab |
.\" publicity relating to the software without the specific, prior written
|
|
roentgen |
b75cab |
.\" permission of Sam Leffler and Silicon Graphics.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
|
roentgen |
b75cab |
.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
|
roentgen |
b75cab |
.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
|
|
roentgen |
b75cab |
.\" ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
|
|
roentgen |
b75cab |
.\" OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
roentgen |
b75cab |
.\" WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
|
|
roentgen |
b75cab |
.\" LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
|
roentgen |
b75cab |
.\" OF THIS SOFTWARE.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.if n .po 0
|
|
roentgen |
b75cab |
.TH TIFFDUMP 1 "October 23, 2005" "libtiff"
|
|
roentgen |
b75cab |
.SH NAME
|
|
roentgen |
b75cab |
tiffdump \- print verbatim information about
|
|
roentgen |
b75cab |
.SM TIFF
|
|
roentgen |
b75cab |
files
|
|
roentgen |
b75cab |
.SH SYNOPSIS
|
|
roentgen |
b75cab |
.B tiffdump
|
|
roentgen |
b75cab |
[
|
|
roentgen |
b75cab |
.I options
|
|
roentgen |
b75cab |
]
|
|
roentgen |
b75cab |
.I "name \&..."
|
|
roentgen |
b75cab |
.SH DESCRIPTION
|
|
roentgen |
b75cab |
.I tiffdump
|
|
roentgen |
b75cab |
displays directory information from files created according
|
|
roentgen |
b75cab |
to the Tag Image File Format, Revision 6.0.
|
|
roentgen |
b75cab |
The header of each
|
|
roentgen |
b75cab |
.SM TIFF
|
|
roentgen |
b75cab |
file (magic number, version, and first directory offset)
|
|
roentgen |
b75cab |
is displayed, followed by the tag contents of each directory in the file.
|
|
roentgen |
b75cab |
For each tag, the name, data type, count, and value(s) is displayed.
|
|
roentgen |
b75cab |
When the symbolic name for a tag or data type is known, the symbolic
|
|
roentgen |
b75cab |
name is displayed followed by it's numeric (decimal) value.
|
|
roentgen |
b75cab |
Tag values are displayed enclosed in ``<>'' characters immediately
|
|
roentgen |
b75cab |
preceded by the value of the count field.
|
|
roentgen |
b75cab |
For example, an
|
|
roentgen |
b75cab |
.I ImageWidth
|
|
roentgen |
b75cab |
tag might be displayed as ``ImageWidth (256) SHORT (3) 1<800>''.
|
|
roentgen |
b75cab |
.PP
|
|
roentgen |
b75cab |
.I tiffdump
|
|
roentgen |
b75cab |
is particularly useful for investigating the contents of
|
|
roentgen |
b75cab |
.SM TIFF
|
|
roentgen |
b75cab |
files that
|
|
roentgen |
b75cab |
.I libtiff
|
|
roentgen |
b75cab |
does not understand.
|
|
roentgen |
b75cab |
.SH OPTIONS
|
|
roentgen |
b75cab |
.TP
|
|
roentgen |
b75cab |
.B \-h
|
|
roentgen |
b75cab |
Force numeric data to be printed in hexadecimal rather than the
|
|
roentgen |
b75cab |
default decimal.
|
|
roentgen |
b75cab |
.TP
|
|
roentgen |
b75cab |
.BI \-m " items"
|
|
roentgen |
b75cab |
Change the number of indirect data items that are printed. By default, this
|
|
roentgen |
b75cab |
will be 24.
|
|
roentgen |
b75cab |
.TP
|
|
roentgen |
b75cab |
.BI \-o " offset"
|
|
roentgen |
b75cab |
Dump the contents of the
|
|
roentgen |
b75cab |
.SM IFD
|
|
roentgen |
b75cab |
at the a particular file offset.
|
|
roentgen |
b75cab |
The file offset may be specified using the usual C-style syntax;
|
|
roentgen |
b75cab |
i.e. a leading ``0x'' for hexadecimal and a leading ``0'' for octal.
|
|
roentgen |
b75cab |
.SH "SEE ALSO"
|
|
roentgen |
b75cab |
.BR tiffinfo (1),
|
|
roentgen |
b75cab |
.BR libtiff (3TIFF)
|
|
roentgen |
b75cab |
.PP
|
|
roentgen |
b75cab |
Libtiff library home page:
|
|
roentgen |
b75cab |
.BR http://www.remotesensing.org/libtiff/
|