Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > main > by-pkgid > 0778f7fb77394070b8f63a2a040f2017 > files > 45

libtiff3-devel-3.5.7-6mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML><HEAD><TITLE>Manpage of TIFFPrintDirectory</TITLE>
</HEAD><BODY BGCOLOR=WHITE><FONT FACE="helvetica, sans, arial">
<H1>TIFFPrintDirectory</H1>
Section: Misc. Reference Manual Pages (3T)<BR>Updated: December 12, 1991<BR><A HREF="#index">Index</A>
<BR><A HREF="index.html">Return to Main Contents</A>
<HR>

<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>

TIFFPrintDirectory - print a description of a
<FONT SIZE="-1">TIFF</FONT>
directory
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>

<B>#include &lt;<A HREF="file:/usr/include/tiffio.h">tiffio.h</A>&gt;</B>

<BR>

<B>void TIFFPrintDirectory(TIFF* tif, FILE* fd, long flags)</B>

<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>

<I>TIFFPrintDirectory</I>

prints a description of the current directory in the specified
<FONT SIZE="-1">TIFF</FONT>
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>
<PRE>

#define TIFFPRINT_NONE          0x0     /* no extra info */
#define TIFFPRINT_STRIPS        0x1     /* strips/tiles info */
#define TIFFPRINT_CURVES        0x2     /* color/gray response curves */
#define TIFFPRINT_COLORMAP      0x4     /* colormap */
#define TIFFPRINT_JPEGQTABLES   0x100   /* JPEG Q matrices */
#define TIFFPRINT_JPEGACTABLES  0x200   /* JPEG AC tables */
#define TIFFPRINT_JPEGDCTABLES  0x200   /* JPEG DC tables */
</PRE>

<A NAME="lbAE">&nbsp;</A>
<H2>NOTES</H2>

In C++ the
<I>flags</I>

parameter defaults to 0.
<A NAME="lbAF">&nbsp;</A>
<H2>RETURN VALUES</H2>

None.
<A NAME="lbAG">&nbsp;</A>
<H2>DIAGNOSTICS</H2>

None.
<A NAME="lbAH">&nbsp;</A>
<H2>SEE ALSO</H2>

<I><A HREF="libtiff.3t.html">libtiff</A></I>(3T),

<I><A HREF="TIFFOpen.3t.html">TIFFOpen</A></I>(3T),

<I><A HREF="TIFFReadDirectory.3t.html">TIFFReadDirectory</A></I>(3T),

<I><A HREF="TIFFSetDirectory.3t.html">TIFFSetDirectory</A></I>(3T)


<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">NOTES</A><DD>
<DT><A HREF="#lbAF">RETURN VALUES</A><DD>
<DT><A HREF="#lbAG">DIAGNOSTICS</A><DD>
<DT><A HREF="#lbAH">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="index.html">man2html</A>,
using the manual pages.<BR>
Time: 01:31:37 GMT, November 23, 1999
</BODY>
</HTML>