tiffclose(3) - Linux man page

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(3T). 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 TIFFError(3T) routine. Likewise, warning messages are directed to the TIFFWarning(3T) routine.

See Also

libtiff(3T), TIFFOpen(3T)