c3402403ea
be used if build directory is not the same as source directory. * man/{TIFFGetField.3tiff, man/TIFFSetField.3tiff}: Documented TIFFTAG_PHOTOSHOP, TIFFTAG_RICHTIFFIPTC, and TIFFTAG_XMLPACKET, and re-sorted tag names in alphabetical order.
226 lines
4.4 KiB
HTML
226 lines
4.4 KiB
HTML
<!-- Creator : groff version 1.19.2 -->
|
|
<!-- CreationDate: Mon Jan 2 17:41:38 2006 -->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="groff -Thtml, see www.gnu.org">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
|
<meta name="Content-Style" content="text/css">
|
|
<style type="text/css">
|
|
p { margin-top: 0; margin-bottom: 0; }
|
|
pre { margin-top: 0; margin-bottom: 0; }
|
|
table { margin-top: 0; margin-bottom: 0; }
|
|
</style>
|
|
<title>TIFFPrintDirectory</title>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<h1 align=center>TIFFPrintDirectory</h1>
|
|
|
|
<a href="#NAME">NAME</a><br>
|
|
<a href="#SYNOPSIS">SYNOPSIS</a><br>
|
|
<a href="#DESCRIPTION">DESCRIPTION</a><br>
|
|
<a href="#NOTES">NOTES</a><br>
|
|
<a href="#RETURN VALUES">RETURN VALUES</a><br>
|
|
<a href="#DIAGNOSTICS">DIAGNOSTICS</a><br>
|
|
<a href="#SEE ALSO">SEE ALSO</a><br>
|
|
|
|
<hr>
|
|
|
|
|
|
<a name="NAME"></a>
|
|
<h2>NAME</h2>
|
|
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em">TIFFPrintDirectory
|
|
− print a description of a <small>TIFF</small>
|
|
directory</p>
|
|
|
|
<a name="SYNOPSIS"></a>
|
|
<h2>SYNOPSIS</h2>
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em"><b>#include
|
|
<tiffio.h></b></p>
|
|
|
|
<p style="margin-left:11%; margin-top: 1em"><b>void
|
|
TIFFPrintDirectory(TIFF *</b><i>tif</i><b>, FILE
|
|
*</b><i>fd</i><b>, long</b> <i>flags</i><b>)</b></p>
|
|
|
|
<a name="DESCRIPTION"></a>
|
|
<h2>DESCRIPTION</h2>
|
|
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em"><i>TIFFPrintDirectory</i>
|
|
prints a description of the current directory in the
|
|
specified <small>TIFF</small> file to the standard I/O
|
|
output stream <i>fd</i>. The <i>flags</i> parameter is used
|
|
to control the <i>level of detail</i> of the printed
|
|
information; it is a bit-or of the flags defined in
|
|
<b>tiffio.h</b>:</p>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="1%">
|
|
|
|
|
|
<p valign="top">#define</p></td>
|
|
<td width="37%">
|
|
|
|
|
|
<p valign="top">TIFFPRINT_NONE</p></td>
|
|
<td width="13%">
|
|
|
|
|
|
<p valign="top">0x0</p></td>
|
|
<td width="38%">
|
|
|
|
|
|
<p valign="top">/* no extra info */</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="1%">
|
|
|
|
|
|
<p valign="top">#define</p></td>
|
|
<td width="37%">
|
|
|
|
|
|
<p valign="top">TIFFPRINT_STRIPS</p></td>
|
|
<td width="13%">
|
|
|
|
|
|
<p valign="top">0x1</p></td>
|
|
<td width="38%">
|
|
|
|
|
|
<p valign="top">/* strips/tiles info */</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="1%">
|
|
|
|
|
|
<p valign="top">#define</p></td>
|
|
<td width="37%">
|
|
|
|
|
|
<p valign="top">TIFFPRINT_CURVES</p></td>
|
|
<td width="13%">
|
|
|
|
|
|
<p valign="top">0x2</p></td>
|
|
<td width="38%">
|
|
|
|
|
|
<p valign="top">/* color/gray response curves */</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="1%">
|
|
|
|
|
|
<p valign="top">#define</p></td>
|
|
<td width="37%">
|
|
|
|
|
|
<p valign="top">TIFFPRINT_COLORMAP</p></td>
|
|
<td width="13%">
|
|
|
|
|
|
<p valign="top">0x4</p></td>
|
|
<td width="38%">
|
|
|
|
|
|
<p valign="top">/* colormap */</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="1%">
|
|
|
|
|
|
<p valign="top">#define</p></td>
|
|
<td width="37%">
|
|
|
|
|
|
<p valign="top">TIFFPRINT_JPEGQTABLES</p></td>
|
|
<td width="13%">
|
|
|
|
|
|
<p valign="top">0x100</p></td>
|
|
<td width="38%">
|
|
|
|
|
|
<p valign="top">/* JPEG Q matrices */</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="1%">
|
|
|
|
|
|
<p valign="top">#define</p></td>
|
|
<td width="37%">
|
|
|
|
|
|
<p valign="top">TIFFPRINT_JPEGACTABLES</p></td>
|
|
<td width="13%">
|
|
|
|
|
|
<p valign="top">0x200</p></td>
|
|
<td width="38%">
|
|
|
|
|
|
<p valign="top">/* JPEG AC tables */</p></td>
|
|
<tr valign="top" align="left">
|
|
<td width="11%"></td>
|
|
<td width="1%">
|
|
|
|
|
|
<p valign="top">#define</p></td>
|
|
<td width="37%">
|
|
|
|
|
|
<p valign="top">TIFFPRINT_JPEGDCTABLES</p></td>
|
|
<td width="13%">
|
|
|
|
|
|
<p valign="top">0x200</p></td>
|
|
<td width="38%">
|
|
|
|
|
|
<p valign="top">/* JPEG DC tables */</p></td>
|
|
</table>
|
|
|
|
<a name="NOTES"></a>
|
|
<h2>NOTES</h2>
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em">In C++ the
|
|
<i>flags</i> parameter defaults to 0.</p>
|
|
|
|
<a name="RETURN VALUES"></a>
|
|
<h2>RETURN VALUES</h2>
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em">None.</p>
|
|
|
|
<a name="DIAGNOSTICS"></a>
|
|
<h2>DIAGNOSTICS</h2>
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em">None.</p>
|
|
|
|
<a name="SEE ALSO"></a>
|
|
<h2>SEE ALSO</h2>
|
|
|
|
|
|
|
|
<p style="margin-left:11%; margin-top: 1em"><i>libtiff</i>(3TIFF),
|
|
<i>TIFFOpen</i>(3TIFF), <i>TIFFReadDirectory</i>(3TIFF),
|
|
<i>TIFFSetDirectory</i>(3TIFF)</p>
|
|
<hr>
|
|
</body>
|
|
</html>
|