diff -r 000000000000 -r 1918ee327afb src/3rdparty/libtiff/html/man/TIFFClose.3tiff.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/3rdparty/libtiff/html/man/TIFFClose.3tiff.html Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,87 @@ + + + + + + +TIFFClose + + + +

TIFFClose

+NAME
+SYNOPSIS
+DESCRIPTION
+DIAGNOSTICS
+SEE ALSO
+ +
+ +

NAME

+ + + + + +
+

TIFFClose − close a previously opened +TIFF file

+
+ +

SYNOPSIS

+ + + + + +
+

#include <tiffio.h>

+ +

void TIFFClose(TIFF *tif)

+
+ +

DESCRIPTION

+ + + + + +
+

TIFFClose closes a file that was previously opened +with TIFFOpen(3TIFF). Any buffered data are flushed +to the file, including the contents of the current directory +(if modified); and all resources are reclaimed.

+
+ +

DIAGNOSTICS

+ + + + + +
+

All error messages are directed to the routine. Likewise, +warning messages are directed to the +TIFFWarning(3TIFF) routine.

+
+ +

SEE ALSO

+ + + + + +
+

libtiff(3TIFF), TIFFOpen(3TIFF)

+ +

Libtiff library home page: +http://www.remotesensing.org/libtiff/

+
+
+ +