TIFFClose(e) TIFFClose(e) 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(n). Any buffered data are flushed to the file, including the contents of the current directory (if modi- fied); and all resources are reclaimed. DIAGNOSTICS All error messages are directed to the TIFFError(r) rou- tine. Likewise, warning messages are directed to the TIFFWarning(g) routine. SEE ALSO libtiff(f), TIFFOpen(n) May 2, 1990 TIFFClose(e)