TIFFClose(3tiff)
TIFFClose(3TIFF) MISC. REFERENCE MANUAL PAGES TIFFClose(3TIFF)
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 modi-
fied); and all resources are reclaimed.
DIAGNOSTICS
All error messages are directed to the TIFFError(3TIFF) rou-
tine. Likewise, warning messages are directed to the
TIFFWarning(3TIFF) routine.
SEE ALSO
libtiff(3TIFF), TIFFOpen(3TIFF)
libtiff Last change: May 2, 1990 1
Man(1) output converted with
man2html