Blame man/tiffinfo.1

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