76 lines
1.9 KiB
HTML
76 lines
1.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML><HEAD><TITLE>Manpage of TIFFSIZE</TITLE>
|
|
</HEAD><BODY BGCOLOR=WHITE><FONT FACE="helvetica, sans, arial">
|
|
<H1>TIFFSIZE</H1>
|
|
Section: Misc. Reference Manual Pages (3T)<BR>Updated: October 15, 1995<BR><A HREF="#index">Index</A>
|
|
<BR><A HREF="index.html">Return to Main Contents</A>
|
|
<HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
TIFFScanlineSize,
|
|
TIFFRasterScanlineSize,
|
|
- return the size of various items associated with an open
|
|
<FONT SIZE="-1">TIFF</FONT>
|
|
file
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<PRE>
|
|
<B>#include <<A HREF="file:/usr/include/tiffio.h">tiffio.h</A>></B>
|
|
<B>tsize_t TIFFRasterScanlineSize(TIFF* tif)</B>
|
|
<B>tsize_t TIFFScanlineSize(TIFF* tif)</B>
|
|
</PRE><A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<I>TIFFScanlineSize</I>
|
|
|
|
returns the size in bytes of a row of data as it would be
|
|
returned in a call to
|
|
<I>TIFFReadScanline</I>,
|
|
|
|
or as it would be expected in a call to
|
|
<I>TIFFWriteScanline</I>.
|
|
|
|
<P>
|
|
|
|
<I>TIFFRasterScanlineSize</I>
|
|
|
|
returns the size in bytes of a complete decoded and packed
|
|
raster scanline.
|
|
Note that this value may be different from the value returned by
|
|
<I>TIFFScanlineSize</I>
|
|
|
|
if data is stored as separate planes.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>DIAGNOSTICS</H2>
|
|
|
|
None.
|
|
<A NAME="lbAF"> </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="TIFFReadScanline.3t.html">TIFFReadScanline</A></I>(3T)
|
|
|
|
|
|
<HR>
|
|
<A NAME="index"> </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">DIAGNOSTICS</A><DD>
|
|
<DT><A HREF="#lbAF">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:39 GMT, November 23, 1999
|
|
</BODY>
|
|
</HTML>
|