Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

tiffdump (1)

Name

tiffdump - print verbatim information about TIFF files

Synopsis

tiffdump [ options ] name ...

Description

TIFFDUMP(1)                 General Commands Manual                TIFFDUMP(1)



NAME
       tiffdump - print verbatim information about TIFF files

SYNOPSIS
       tiffdump [ options ] name ...

DESCRIPTION
       tiffdump displays directory information from files created according to
       the Tag Image File Format, Revision 6.0.  The header of each TIFF  file
       (magic  number, version, and first directory offset) is displayed, fol-
       lowed by the tag contents of each directory in the file.  For each tag,
       the  name,  data type, count, and value(s) is displayed.  When the sym-
       bolic name for a tag or data type is known, the symbolic name  is  dis-
       played  followed  by it's numeric (decimal) value.  Tag values are dis-
       played enclosed in ``<>'' characters immediately preceded by the  value
       of  the count field.  For example, an ImageWidth tag might be displayed
       as ``ImageWidth (256) SHORT (3) 1<800>''.

       tiffdump is particularly useful for investigating the contents of  TIFF
       files that libtiff does not understand.

OPTIONS
       -h     Force  numeric data to be printed in hexadecimal rather than the
              default decimal.

       -m items
              Change the number of indirect data items that  are  printed.  By
              default, this will be 24.

       -o offset
              Dump  the  contents  of the IFD at the a particular 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.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | image/library/libtiff |
       +---------------+-----------------------+
       |Stability      | Volatile              |
       +---------------+-----------------------+

SEE ALSO
       tiffinfo(1), libtiff(3TIFF)

       Libtiff library home page: http://www.simplesystems.org/libtiff/



NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source        was         downloaded         from          http://down-
       load.osgeo.org/libtiff/tiff-4.2.0.tar.gz.

       Further information about this software can be found on the open source
       community website at http://www.simplesystems.org/libtiff/.



libtiff                        October 23, 2005                    TIFFDUMP(1)