tiffinfo (1)
Leading comments
$Id: tiffinfo.1,v 1.3 2016-09-25 20:05:52 bfriesen Exp $ Copyright (c) 1988-1997 Sam Leffler Copyright (c) 1991-1997 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Sam Leffler and Silicon Graphics may not be used in any adv...
NAME
tiffinfo - print information aboutTIFF
files
SYNOPSIS
tiffinfo [ options ] input.tif ...DESCRIPTION
Tiffinfo displays information about files created according to the Tag Image File Format, Revision 6.0. By default, the contents of eachTIFF
directory in each file
is displayed, with the value of each tag shown symbolically
(where sensible).
OPTIONS
- -c
- Display the colormap and color/gray response curves, if present.
- -D
- In addition to displaying the directory tags, read and decompress all the data in each image (but not display it).
- -d
- In addition to displaying the directory tags, print each byte of decompressed data in hexadecimal.
- -j
-
Display any JPEG-related tags that are present.
- -o
-
Set the initial
TIFFdirectory according to the specified 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.
- -s
- Display the offsets and byte counts for each data strip in a directory.
- -z
- Enable strip chopping when reading image data.
- -#
-
Set the initial
TIFFdirectory to #.
SEE ALSO
pal2rgb(1), tiffcp(1), tiffcmp(1), tiffmedian(1), libtiff(3TIFF)Libtiff library home page: www.simplesystems.org/libtiff