TIFFFlush.3tiff.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <!-- Creator : groff version 1.18.1 -->
  2. <!-- CreationDate: Sat Feb 24 18:37:16 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>TIFFFlush</title>
  8. </head>
  9. <body>
  10. <h1 align=center>TIFFFlush</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="#RETURN VALUES">RETURN VALUES</a><br>
  15. <a href="#DIAGNOSTICS">DIAGNOSTICS</a><br>
  16. <a href="#SEE ALSO">SEE ALSO</a><br>
  17. <hr>
  18. <a name="NAME"></a>
  19. <h2>NAME</h2>
  20. <!-- INDENTATION -->
  21. <table width="100%" border=0 rules="none" frame="void"
  22. cols="2" cellspacing="0" cellpadding="0">
  23. <tr valign="top" align="left">
  24. <td width="8%"></td>
  25. <td width="91%">
  26. <p>TIFFFlush, TIFFFlushData &minus; flush pending writes to
  27. an open <small>TIFF</small> file</p>
  28. </td>
  29. </table>
  30. <a name="SYNOPSIS"></a>
  31. <h2>SYNOPSIS</h2>
  32. <!-- INDENTATION -->
  33. <table width="100%" border=0 rules="none" frame="void"
  34. cols="2" cellspacing="0" cellpadding="0">
  35. <tr valign="top" align="left">
  36. <td width="8%"></td>
  37. <td width="91%">
  38. <p><b>#include &lt;tiffio.h&gt;</b></p>
  39. <!-- INDENTATION -->
  40. <p><b>int TIFFFlush(TIFF *</b><i>tif</i><b>)<br>
  41. int TIFFFlushData(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>TIFFFlush</i> causes any pending writes for the
  53. specified file (including writes for the current directory)
  54. to be done. In normal operation this call is never needed
  55. &minus; the library automatically does any flushing
  56. required.</p>
  57. <!-- INDENTATION -->
  58. <p><i>TIFFFlushData</i> flushes any pending image data for
  59. the specified file to be written out; directory-related data
  60. are not flushed. In normal operation this call is never
  61. needed &minus; the library automatically does any flushing
  62. required.</p>
  63. </td>
  64. </table>
  65. <a name="RETURN VALUES"></a>
  66. <h2>RETURN VALUES</h2>
  67. <!-- INDENTATION -->
  68. <table width="100%" border=0 rules="none" frame="void"
  69. cols="2" cellspacing="0" cellpadding="0">
  70. <tr valign="top" align="left">
  71. <td width="8%"></td>
  72. <td width="91%">
  73. <p>0 is returned if an error is encountered, otherwise 1 is
  74. returned.</p>
  75. </td>
  76. </table>
  77. <a name="DIAGNOSTICS"></a>
  78. <h2>DIAGNOSTICS</h2>
  79. <!-- INDENTATION -->
  80. <table width="100%" border=0 rules="none" frame="void"
  81. cols="2" cellspacing="0" cellpadding="0">
  82. <tr valign="top" align="left">
  83. <td width="8%"></td>
  84. <td width="91%">
  85. <p>All error messages are directed to the
  86. <b>TIFFError</b>(3TIFF) routine.</p>
  87. </td>
  88. </table>
  89. <a name="SEE ALSO"></a>
  90. <h2>SEE ALSO</h2>
  91. <!-- INDENTATION -->
  92. <table width="100%" border=0 rules="none" frame="void"
  93. cols="2" cellspacing="0" cellpadding="0">
  94. <tr valign="top" align="left">
  95. <td width="8%"></td>
  96. <td width="91%">
  97. <p><b>TIFFOpen</b>(3TIFF),
  98. <b>TIFFWriteEncodedStrip</b>(3TIFF),
  99. <b>TIFFWriteEncodedTile</b>(3TIFF),
  100. <b>TIFFWriteRawStrip</b>(3TIFF),
  101. <b>TIFFWriteRawTile</b>(3TIFF),
  102. <b>TIFFWriteScanline</b>(3TIFF), <b>TIFFWriteTile</b>(3TIFF)
  103. <b>libtiff</b>(3TIFF),</p>
  104. <!-- INDENTATION -->
  105. <p>Libtiff library home page:
  106. <b>http://www.simplesystems.org/libtiff/</b></p>
  107. </td>
  108. </table>
  109. <hr>
  110. </body>
  111. </html>