1 <!-- Creator : groff version 1.18.1 -->
2 <!-- CreationDate: Mon Mar 13 18:03:09 2006 -->
5 <meta name=
"generator" content=
"groff -Thtml, see www.gnu.org">
6 <meta name=
"Content-Style" content=
"text/css">
7 <title>TIFFPrintDirectory
</title>
11 <h1 align=center
>TIFFPrintDirectory
</h1>
12 <a href=
"#NAME">NAME
</a><br>
13 <a href=
"#SYNOPSIS">SYNOPSIS
</a><br>
14 <a href=
"#DESCRIPTION">DESCRIPTION
</a><br>
15 <a href=
"#NOTES">NOTES
</a><br>
16 <a href=
"#RETURN VALUES">RETURN VALUES
</a><br>
17 <a href=
"#DIAGNOSTICS">DIAGNOSTICS
</a><br>
18 <a href=
"#SEE ALSO">SEE ALSO
</a><br>
24 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
25 cols=
"2" cellspacing=
"0" cellpadding=
"0">
26 <tr valign=
"top" align=
"left">
29 <p>TIFFPrintDirectory
− print a description of a
30 <small>TIFF
</small> directory
</p>
33 <a name=
"SYNOPSIS"></a>
36 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
37 cols=
"2" cellspacing=
"0" cellpadding=
"0">
38 <tr valign=
"top" align=
"left">
41 <p><b>#include
<tiffio.h
></b></p>
43 <p><b>void TIFFPrintDirectory(TIFF *
</b><i>tif
</i><b>, FILE
44 *
</b><i>fd
</i><b>, long
</b> <i>flags
</i><b>)
</b></p>
47 <a name=
"DESCRIPTION"></a>
50 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
51 cols=
"2" cellspacing=
"0" cellpadding=
"0">
52 <tr valign=
"top" align=
"left">
55 <p><i>TIFFPrintDirectory
</i> prints a description of the
56 current directory in the specified
<small>TIFF
</small> file
57 to the standard I/O output stream
<i>fd
</i>. The
58 <i>flags
</i> parameter is used to control the
<i>level of
59 detail
</i> of the printed information; it is a bit-or of the
60 flags defined in
<b>tiffio.h
</b>:
</p></td>
64 <p>#define TIFFPRINT_NONE
0x0 /* no extra info */
</p>
66 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
67 cols=
"5" cellspacing=
"0" cellpadding=
"0">
68 <tr valign=
"top" align=
"left">
76 <p>TIFFPRINT_STRIPS
</p>
84 <p>/* strips/tiles info */
</p>
86 <tr valign=
"top" align=
"left">
94 <p>TIFFPRINT_CURVES
</p>
102 <p>/* color/gray response curves */
</p>
104 <tr valign=
"top" align=
"left">
112 <p>TIFFPRINT_COLORMAP
</p>
120 <p>/* colormap */
</p>
122 <tr valign=
"top" align=
"left">
130 <p>TIFFPRINT_JPEGQTABLES
</p>
138 <p>/* JPEG Q matrices */
</p>
140 <tr valign=
"top" align=
"left">
148 <p>TIFFPRINT_JPEGACTABLES
</p>
156 <p>/* JPEG AC tables */
</p>
158 <tr valign=
"top" align=
"left">
166 <p>TIFFPRINT_JPEGDCTABLES
</p>
174 <p>/* JPEG DC tables */
</p>
180 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
181 cols=
"2" cellspacing=
"0" cellpadding=
"0">
182 <tr valign=
"top" align=
"left">
185 <p>In C++ the
<i>flags
</i> parameter defaults to
0.
</p>
188 <a name=
"RETURN VALUES"></a>
189 <h2>RETURN VALUES
</h2>
191 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
192 cols=
"2" cellspacing=
"0" cellpadding=
"0">
193 <tr valign=
"top" align=
"left">
199 <a name=
"DIAGNOSTICS"></a>
202 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
203 cols=
"2" cellspacing=
"0" cellpadding=
"0">
204 <tr valign=
"top" align=
"left">
210 <a name=
"SEE ALSO"></a>
213 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
214 cols=
"2" cellspacing=
"0" cellpadding=
"0">
215 <tr valign=
"top" align=
"left">
218 <p><i>libtiff
</i>(
3TIFF),
<i>TIFFOpen
</i>(
3TIFF),
219 <i>TIFFReadDirectory
</i>(
3TIFF),
220 <i>TIFFSetDirectory
</i>(
3TIFF)
</p>