2002-10-07 09:47:36 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta name="generator" content="groff -Thtml, see www.gnu.org">
|
|
|
|
<meta name="Content-Style" content="text/css">
|
|
|
|
<title>TIFFFlush</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h1 align=center>TIFFFlush</h1>
|
|
|
|
<a href="#NAME">NAME</a><br>
|
|
|
|
<a href="#SYNOPSIS">SYNOPSIS</a><br>
|
|
|
|
<a href="#DESCRIPTION">DESCRIPTION</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>
|
|
|
|
<!-- Creator : groff version 1.18 -->
|
|
|
|
<!-- CreationDate: Mon Oct 7 17:36:11 2002 -->
|
|
|
|
<a name="NAME"></a>
|
|
|
|
<h2>NAME</h2>
|
|
|
|
<!-- INDENTATION -->
|
|
|
|
<p><table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="8%"></td>
|
|
|
|
<td width="91%">
|
|
|
|
<p>TIFFFlush, TIFFFlushData − flush pending writes to
|
|
|
|
an open <small>TIFF</small> file</p>
|
|
|
|
</td>
|
|
|
|
</table></p>
|
|
|
|
<a name="SYNOPSIS"></a>
|
|
|
|
<h2>SYNOPSIS</h2>
|
|
|
|
<!-- INDENTATION -->
|
|
|
|
<p><table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="8%"></td>
|
|
|
|
<td width="91%">
|
|
|
|
<p><b>#include <tiffio.h><br>
|
|
|
|
int TIFFFlush(TIFF* tif)<br>
|
|
|
|
int TIFFFlushData(TIFF* tif)</b></p>
|
|
|
|
</td>
|
|
|
|
</table></p>
|
|
|
|
<a name="DESCRIPTION"></a>
|
|
|
|
<h2>DESCRIPTION</h2>
|
|
|
|
<!-- INDENTATION -->
|
|
|
|
<p><table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="8%"></td>
|
|
|
|
<td width="91%">
|
|
|
|
<p><i>TIFFFlush</i> causes any pending writes for the
|
|
|
|
specified file (including writes for the current directory)
|
|
|
|
to be done. In normal operation this call is never
|
|
|
|
needed− the library automatically does any flushing
|
|
|
|
required.</p>
|
|
|
|
<!-- INDENTATION -->
|
|
|
|
<p><i>TIFFFlushData</i> flushes any pending image data for
|
|
|
|
the specified file to be written out; directory-related data
|
|
|
|
are not flushed. In normal operation this call is never
|
|
|
|
needed− the library automatically does any flushing
|
|
|
|
required.</p>
|
|
|
|
</td>
|
|
|
|
</table></p>
|
|
|
|
<a name="RETURN VALUES"></a>
|
|
|
|
<h2>RETURN VALUES</h2>
|
|
|
|
<!-- INDENTATION -->
|
|
|
|
<p><table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="8%"></td>
|
|
|
|
<td width="91%">
|
|
|
|
<p>0 is returned if an error is encountered, otherwise 1 is
|
|
|
|
returned.</p>
|
|
|
|
</td>
|
|
|
|
</table></p>
|
|
|
|
<a name="DIAGNOSTICS"></a>
|
|
|
|
<h2>DIAGNOSTICS</h2>
|
|
|
|
<!-- INDENTATION -->
|
|
|
|
<p><table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="8%"></td>
|
|
|
|
<td width="91%">
|
|
|
|
<p>All error messages are directed to the
|
|
|
|
<i>TIFFError</i>(3T) routine.</p>
|
|
|
|
</td>
|
|
|
|
</table></p>
|
|
|
|
<a name="SEE ALSO"></a>
|
|
|
|
<h2>SEE ALSO</h2>
|
|
|
|
<!-- INDENTATION -->
|
|
|
|
<p><table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="8%"></td>
|
|
|
|
<td width="91%">
|
|
|
|
<p><i>libtiff</i>(3T), <i>TIFFOpen</i>(3T),
|
|
|
|
<i>TIFFWriteEncodedStrip</i>(3T),
|
|
|
|
<i>TIFFWriteEncodedTile</i>(3T),
|
|
|
|
<i>TIFFWriteRawStrip</i>(3T), <i>TIFFWriteRawTile</i>(3T),
|
|
|
|
<i>TIFFWriteScanline</i>(3T), <i>TIFFWriteTile</i>(3T)</p>
|
|
|
|
</td>
|
|
|
|
</table></p>
|
|
|
|
<hr>
|
|
|
|
</body>
|
|
|
|
</html>
|