1<!-- Creator : groff version 1.18.1 --> 2<!-- CreationDate: Sat Feb 24 18:37:15 2007 --> 3<html> 4<head> 5<meta name="generator" content="groff -Thtml, see www.gnu.org"> 6<meta name="Content-Style" content="text/css"> 7<title>TIFFClose</title> 8</head> 9<body> 10 11<h1 align=center>TIFFClose</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="#DIAGNOSTICS">DIAGNOSTICS</a><br> 16<a href="#SEE ALSO">SEE ALSO</a><br> 17 18<hr> 19<a name="NAME"></a> 20<h2>NAME</h2> 21<!-- INDENTATION --> 22<table width="100%" border=0 rules="none" frame="void" 23 cols="2" cellspacing="0" cellpadding="0"> 24<tr valign="top" align="left"> 25<td width="8%"></td> 26<td width="91%"> 27<p>TIFFClose − close a previously opened 28<small>TIFF</small> file</p> 29</td> 30</table> 31<a name="SYNOPSIS"></a> 32<h2>SYNOPSIS</h2> 33<!-- INDENTATION --> 34<table width="100%" border=0 rules="none" frame="void" 35 cols="2" cellspacing="0" cellpadding="0"> 36<tr valign="top" align="left"> 37<td width="8%"></td> 38<td width="91%"> 39<p><b>#include <tiffio.h></b></p> 40<!-- INDENTATION --> 41<p><b>void TIFFClose(TIFF *</b><i>tif</i><b>)</b></p> 42</td> 43</table> 44<a name="DESCRIPTION"></a> 45<h2>DESCRIPTION</h2> 46<!-- INDENTATION --> 47<table width="100%" border=0 rules="none" frame="void" 48 cols="2" cellspacing="0" cellpadding="0"> 49<tr valign="top" align="left"> 50<td width="8%"></td> 51<td width="91%"> 52<p><i>TIFFClose</i> closes a file that was previously opened 53with <b>TIFFOpen</b>(3TIFF). Any buffered data are flushed 54to the file, including the contents of the current directory 55(if modified); and all resources are reclaimed.</p> 56</td> 57</table> 58<a name="DIAGNOSTICS"></a> 59<h2>DIAGNOSTICS</h2> 60<!-- INDENTATION --> 61<table width="100%" border=0 rules="none" frame="void" 62 cols="2" cellspacing="0" cellpadding="0"> 63<tr valign="top" align="left"> 64<td width="8%"></td> 65<td width="91%"> 66<p>All error messages are directed to the routine. Likewise, 67warning messages are directed to the 68<b>TIFFWarning</b>(3TIFF) routine.</p> 69</td> 70</table> 71<a name="SEE ALSO"></a> 72<h2>SEE ALSO</h2> 73<!-- INDENTATION --> 74<table width="100%" border=0 rules="none" frame="void" 75 cols="2" cellspacing="0" cellpadding="0"> 76<tr valign="top" align="left"> 77<td width="8%"></td> 78<td width="91%"> 79<p><b>libtiff</b>(3TIFF), <b>TIFFOpen</b>(3TIFF)</p> 80<!-- INDENTATION --> 81<p>Libtiff library home page: 82<b>http://www.simplesystems.org/libtiff/</b></p> 83</td> 84</table> 85<hr> 86</body> 87</html> 88