]>
Commit | Line | Data |
---|---|---|
1 | .\" | |
2 | .\" Copyright (c) 1988-1997 Sam Leffler | |
3 | .\" Copyright (c) 1991-1997 Silicon Graphics, Inc. | |
4 | .\" | |
5 | .\" Permission to use, copy, modify, distribute, and sell this software and | |
6 | .\" its documentation for any purpose is hereby granted without fee, provided | |
7 | .\" that (i) the above copyright notices and this permission notice appear in | |
8 | .\" all copies of the software and related documentation, and (ii) the names of | |
9 | .\" Sam Leffler and Silicon Graphics may not be used in any advertising or | |
10 | .\" publicity relating to the software without the specific, prior written | |
11 | .\" permission of Sam Leffler and Silicon Graphics. | |
12 | .\" | |
13 | .\" THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, | |
14 | .\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY | |
15 | .\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | |
16 | .\" | |
17 | .\" IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR | |
18 | .\" ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, | |
19 | .\" OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, | |
20 | .\" WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF | |
21 | .\" LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE | |
22 | .\" OF THIS SOFTWARE. | |
23 | .\" | |
24 | .if n .po 0 | |
25 | .TH TIFFINFO 1 "November 2, 2005" "libtiff" | |
26 | .SH NAME | |
27 | tiffinfo \- print information about | |
28 | .SM TIFF | |
29 | files | |
30 | .SH SYNOPSIS | |
31 | .B tiffinfo | |
32 | [ | |
33 | .I options | |
34 | ] | |
35 | .I "input.tif \&..." | |
36 | .SH DESCRIPTION | |
37 | .I Tiffinfo | |
38 | displays information about files created according | |
39 | to the Tag Image File Format, Revision 6.0. | |
40 | By default, the contents of each | |
41 | .SM TIFF | |
42 | directory in each file | |
43 | is displayed, with the value of each tag shown symbolically | |
44 | (where sensible). | |
45 | .SH OPTIONS | |
46 | .TP | |
47 | .B \-c | |
48 | Display the colormap and color/gray response curves, if present. | |
49 | .TP | |
50 | .B \-D | |
51 | In addition to displaying the directory tags, | |
52 | read and decompress all the data in each image (but not display it). | |
53 | .TP | |
54 | .B \-d | |
55 | In addition to displaying the directory tags, | |
56 | print each byte of decompressed data in hexadecimal. | |
57 | .TP | |
58 | .B \-j | |
59 | Display any \s-2JPEG\s0-related tags that are present. | |
60 | .TP | |
61 | .B \-o | |
62 | Set the initial | |
63 | .SM TIFF | |
64 | directory according to the specified file offset. | |
65 | The file offset may be specified using the usual C-style syntax; | |
66 | i.e. a leading ``0x'' for hexadecimal and a leading ``0'' for octal. | |
67 | .TP | |
68 | .B \-s | |
69 | Display the offsets and byte counts for each data strip in a directory. | |
70 | .TP | |
71 | .B \-z | |
72 | Enable strip chopping when reading image data. | |
73 | .TP | |
74 | .B \-# | |
75 | Set the initial | |
76 | .SM TIFF | |
77 | directory to | |
78 | .IR # . | |
79 | .SH "SEE ALSO" | |
80 | .BR pal2rgb (1), | |
81 | .BR tiffcp (1), | |
82 | .BR tiffcmp (1), | |
83 | .BR tiffmedian (1), | |
84 | .BR libtiff (3TIFF) | |
85 | .PP | |
86 | Libtiff library home page: | |
87 | .BR http://www.remotesensing.org/libtiff/ |