1TIFFDUMP(1) General Commands Manual TIFFDUMP(1)
2
3
4
6 tiffdump - print verbatim information about TIFF files
7
9 tiffdump [ options ] name ...
10
12 tiffdump displays directory information from files created according to
13 the Tag Image File Format, Revision 6.0. The header of each TIFF file
14 (magic number, version, and first directory offset) is displayed, fol‐
15 lowed by the tag contents of each directory in the file. For each tag,
16 the name, data type, count, and value(s) is displayed. When the sym‐
17 bolic name for a tag or data type is known, the symbolic name is dis‐
18 played followed by it's numeric (decimal) value. Tag values are dis‐
19 played enclosed in ``<>'' characters immediately preceded by the value
20 of the count field. For example, an ImageWidth tag might be displayed
21 as ``ImageWidth (256) SHORT (3) 1<800>''.
22
23 tiffdump is particularly useful for investigating the contents of TIFF
24 files that libtiff does not understand.
25
27 -h Force numeric data to be printed in hexadecimal rather than the
28 default decimal.
29
30 -m items
31 Change the number of indirect data items that are printed. By
32 default, this will be 24.
33
34 -o offset
35 Dump the contents of the IFD at the a particular file offset.
36 The file offset may be specified using the usual C-style syntax;
37 i.e. a leading ``0x'' for hexadecimal and a leading ``0'' for
38 octal.
39
41 tiffinfo(1), libtiff(3TIFF)
42
43 Libtiff library home page: http://www.simplesystems.org/libtiff/
44
45
46
47libtiff October 23, 2005 TIFFDUMP(1)