TIFFPrintDirectory.3tiff - Man Page

print a description of a TIFF directory

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 bitwise-or of the flags defined in tiffio.h:

NameValueDescription
TIFFPRINT_NONE0x0no extra info
TIFFPRINT_STRIPS0x1strips/tiles info
TIFFPRINT_CURVES0x2color/gray response curves
TIFFPRINT_COLORMAP0x4colormap
TIFFPRINT_JPEGQTABLES0x100JPEG Q matrices
TIFFPRINT_JPEGACTABLES0x200JPEG AC tables
TIFFPRINT_JPEGDCTABLES0x200JPEG DC tables

Notes

In C++ the flags parameter defaults to 0.

Return Values

None.

Diagnostics

None.

See Also

libtiff (3tiff), TIFFOpen (3tiff), TIFFReadDirectory (3tiff), TIFFSetDirectory (3tiff)

Author

LibTIFF contributors

Info

Sep 08, 2023 4.6 LibTIFF