TIFFClose.3tiff.html 2.4 KB

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