'\" te .TH TIFFPrintDirectory 3tiff "01 Apr 2004" "" "" .SH "NAME" TIFFPrintDirectory \- print a description of a TIFF directory .SH "SYNOPSIS" .sp .nf \f(CW#include void TIFFPrintDirectory(TIFF* tif, FILE* fd, long flags)\fR .fi .sp .SH "" .PP \fBTIFFPrintDirectory\fR prints a description of the current directory in the specified TIFF file to the standard I/O output stream \fBfd\fR\&. The \fBflags\fR parameter is used to control the level of detail of the printed information, and is a bit-or of the flags defined in \fBtiffio\&.h\fR\&. .sp .TS tab(); lw(1.833333i) lw(1.833333i) lw(1.833333i). \fB#define TIFFPRINT_NONE\fR\fB0x0\fR/* no extra info */ \fB#define TIFFPRINT_STRIPS\fR\fB0x1\fR/* strips/tiles info */ \fB#define TIFFPRINT_CURVES\fR\fB0x2\fR/* color/gray response curves */ \fB#define TIFFPRINT_COLORMAP\fR\fB0x4\fR/* colormap */ \fB#define TIFFPRINT_JPEGQTABLES\fR\fB0x100\fR/* JPEG Q matrices */ \fB#define TIFFPRINT_JPEGACTABLES\fR\fB0x200\fR/* JPEG AC tables */ \fB#define TIFFPRINT_JPEGDCTABLES\fR\fB0x200\fR/* JPEG DC tables */ .TE .sp .SH "" .PP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS tab() allbox; cw(2.750000i)| cw(2.750000i) lw(2.750000i)| lw(2.750000i). ATTRIBUTE TYPEATTRIBUTE VALUE Availabilityimage/library/libtiff Interface stabilityUncommitted .TE .sp .SH "" .PP \fBlibtiff\fR(3), \fBTIFFOpen\fR(3tiff), \fBTIFFReadDirectory\fR(3tiff), \fBTIFFSetDirectory\fR(3tiff) .SH "" .PP In C++ the \fBflags\fR parameter defaults to 0\&. .PP This man page was originally written by Sam Leffler\&. Updated by Breda McColgan, Sun Microsystems Inc\&., 2004\&. ...\" created by instant / solbook-to-man, Thu 20 Mar 2014, 02:30 ...\" LSARC 2003/085 libtiff, libjpeg, and libpng