Query: tiffclose
OS: redhat
Section: 3t
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TIFFClose(3T) TIFFClose(3T)NAMETIFFClose - close a previously opened TIFF fileSYNOPSIS#include <tiffio.h> void TIFFClose(TIFF* tif)DESCRIPTIONTIFFClose 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.DIAGNOSTICSAll error messages are directed to the TIFFError(3T) routine. Likewise, warning messages are directed to the TIFFWarning(3T) routine.SEE ALSOlibtiff(3T), TIFFOpen(3T) May 2, 1990 TIFFClose(3T)