XTIFFClose(3) Image Format Library C++ Reference Manual XTIFFClose(3)
NAME
XTIFFClose - close an extended TIFF file
SYNOPSIS
#include <xtiffio.h>
void XTIFFClose(TIFF* tif)
DESCRIPTION
The XTIFFClose() function closes a previously opened extended TIFF file.
This function should be called instead of TIFFClose() to close a TIFF
object opened with XTIFFOpen() or XTIFFFdOpen().
SEE ALSO
XTIFFOpen(3t), XTIFFFdOpen(3t)
Page 1