|
kusano |
7d535a |
.\" $Id: tiffinfo.1,v 1.2 2005-11-02 11:07:19 dron Exp $
|
|
kusano |
7d535a |
.\"
|
|
kusano |
7d535a |
.\" Copyright (c) 1988-1997 Sam Leffler
|
|
kusano |
7d535a |
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
|
|
kusano |
7d535a |
.\"
|
|
kusano |
7d535a |
.\" Permission to use, copy, modify, distribute, and sell this software and
|
|
kusano |
7d535a |
.\" its documentation for any purpose is hereby granted without fee, provided
|
|
kusano |
7d535a |
.\" that (i) the above copyright notices and this permission notice appear in
|
|
kusano |
7d535a |
.\" all copies of the software and related documentation, and (ii) the names of
|
|
kusano |
7d535a |
.\" Sam Leffler and Silicon Graphics may not be used in any advertising or
|
|
kusano |
7d535a |
.\" publicity relating to the software without the specific, prior written
|
|
kusano |
7d535a |
.\" permission of Sam Leffler and Silicon Graphics.
|
|
kusano |
7d535a |
.\"
|
|
kusano |
7d535a |
.\" THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
|
kusano |
7d535a |
.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
|
kusano |
7d535a |
.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
kusano |
7d535a |
.\"
|
|
kusano |
7d535a |
.\" IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
|
|
kusano |
7d535a |
.\" ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
|
|
kusano |
7d535a |
.\" OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
kusano |
7d535a |
.\" WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
|
|
kusano |
7d535a |
.\" LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
|
kusano |
7d535a |
.\" OF THIS SOFTWARE.
|
|
kusano |
7d535a |
.\"
|
|
kusano |
7d535a |
.if n .po 0
|
|
kusano |
7d535a |
.TH TIFFINFO 1 "November 2, 2005" "libtiff"
|
|
kusano |
7d535a |
.SH NAME
|
|
kusano |
7d535a |
tiffinfo \- print information about
|
|
kusano |
7d535a |
.SM TIFF
|
|
kusano |
7d535a |
files
|
|
kusano |
7d535a |
.SH SYNOPSIS
|
|
kusano |
7d535a |
.B tiffinfo
|
|
kusano |
7d535a |
[
|
|
kusano |
7d535a |
.I options
|
|
kusano |
7d535a |
]
|
|
kusano |
7d535a |
.I "input.tif \&..."
|
|
kusano |
7d535a |
.SH DESCRIPTION
|
|
kusano |
7d535a |
.I Tiffinfo
|
|
kusano |
7d535a |
displays information about files created according
|
|
kusano |
7d535a |
to the Tag Image File Format, Revision 6.0.
|
|
kusano |
7d535a |
By default, the contents of each
|
|
kusano |
7d535a |
.SM TIFF
|
|
kusano |
7d535a |
directory in each file
|
|
kusano |
7d535a |
is displayed, with the value of each tag shown symbolically
|
|
kusano |
7d535a |
(where sensible).
|
|
kusano |
7d535a |
.SH OPTIONS
|
|
kusano |
7d535a |
.TP
|
|
kusano |
7d535a |
.B \-c
|
|
kusano |
7d535a |
Display the colormap and color/gray response curves, if present.
|
|
kusano |
7d535a |
.TP
|
|
kusano |
7d535a |
.B \-D
|
|
kusano |
7d535a |
In addition to displaying the directory tags,
|
|
kusano |
7d535a |
read and decompress all the data in each image (but not display it).
|
|
kusano |
7d535a |
.TP
|
|
kusano |
7d535a |
.B \-d
|
|
kusano |
7d535a |
In addition to displaying the directory tags,
|
|
kusano |
7d535a |
print each byte of decompressed data in hexadecimal.
|
|
kusano |
7d535a |
.TP
|
|
kusano |
7d535a |
.B \-j
|
|
kusano |
7d535a |
Display any \s-2JPEG\s0-related tags that are present.
|
|
kusano |
7d535a |
.TP
|
|
kusano |
7d535a |
.B \-o
|
|
kusano |
7d535a |
Set the initial
|
|
kusano |
7d535a |
.SM TIFF
|
|
kusano |
7d535a |
directory according to the specified file offset.
|
|
kusano |
7d535a |
The file offset may be specified using the usual C-style syntax;
|
|
kusano |
7d535a |
i.e. a leading ``0x'' for hexadecimal and a leading ``0'' for octal.
|
|
kusano |
7d535a |
.TP
|
|
kusano |
7d535a |
.B \-s
|
|
kusano |
7d535a |
Display the offsets and byte counts for each data strip in a directory.
|
|
kusano |
7d535a |
.TP
|
|
kusano |
7d535a |
.B \-z
|
|
kusano |
7d535a |
Enable strip chopping when reading image data.
|
|
kusano |
7d535a |
.TP
|
|
kusano |
7d535a |
.B \-#
|
|
kusano |
7d535a |
Set the initial
|
|
kusano |
7d535a |
.SM TIFF
|
|
kusano |
7d535a |
directory to
|
|
kusano |
7d535a |
.IR # .
|
|
kusano |
7d535a |
.SH "SEE ALSO"
|
|
kusano |
7d535a |
.BR pal2rgb (1),
|
|
kusano |
7d535a |
.BR tiffcp (1),
|
|
kusano |
7d535a |
.BR tiffcmp (1),
|
|
kusano |
7d535a |
.BR tiffmedian (1),
|
|
kusano |
7d535a |
.BR libtiff (3TIFF)
|
|
kusano |
7d535a |
.PP
|
|
kusano |
7d535a |
Libtiff library home page:
|
|
kusano |
7d535a |
.BR http://www.remotesensing.org/libtiff/
|