Manual Reference Pages  - TIFFPrintDirectory (3T)

NAME

TIFFPrintDirectory - print a description of a TIFF directory

CONTENTS

Synopsis
Description
Notes
Diagnostics

SYNOPSIS

#include <tiffio.h>
void TIFFPrintDirectory(TIFF* tif, FILE* fd, long flags)

DESCRIPTION

TIFFPrintDirectory prints a description of the current directory in the specified TIFF file to the standard I/O output stream fd. The flags parameter is used to control the level of detail of the printed information; it is a bit-or of the flags defined in tiffio.h:


#defineTIFFPRINT_NONE         0x0   /* no extra info */
#defineTIFFPRINT_STRIPS       0x1   /* strips/tiles info */
#defineTIFFPRINT_CURVES       0x2   /* color/gray response curves */
#defineTIFFPRINT_COLORMAP     0x4   /* colormap */
#defineTIFFPRINT_JPEGQTABLES  0x100 /* JPEG Q matrices */
#defineTIFFPRINT_JPEGACTABLES 0x200 /* JPEG AC tables */
#defineTIFFPRINT_JPEGDCTABLES 0x200 /* JPEG DC tables */

NOTES

In C++ the flags parameter defaults to 0.

RETURN VALUES

None.

DIAGNOSTICS

None.

SEE ALSO

libtiff(3T), TIFFOpen(3T), TIFFReadDirectory(3T), TIFFSetDirectory(3T)
Jump to page    or go to Top of page |  Section 3T |  Main Index.


TIFFPrintDirectory (3T) December 12, 1991
Generated by manServer 1.07 from /usr/share/man/man3/TIFFPrintDirectory.3t.gz using man macros.