Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tiffclose(3tiff) [linux man page]

TIFFClose(3tiff)					 Introduction to Library Functions					  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 is flushed to the file, including the contents of the current directory (if modified), and all resources are reclaimed. All error messages are directed to the TIFFError(3tiff) routine. Likewise, warning messages are directed to the TIFFWarning(3tiff) routine. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWTiff | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
libtiff(3), TIFFOpen(3tiff) NOTES
This man page was originally written by Sam Leffler. Updated by Breda McColgan, Sun Microsystems Inc., 2004. SunOS 5.10 05 Apr 2004 TIFFClose(3tiff)

Check Out this Related Man Page

TIFFClose(3tiff)														  TIFFClose(3tiff)

NAME
TIFFClose - close a previously opened TIFF file SYNOPSIS
#include <tiffio.h> void TIFFClose(TIFF* tif) TIFFClose closes a file that was previously opened with TIFFOpen(3tiff). Any buffered data is flushed to the file, including the contents of the current directory (if modified), and all resources are reclaimed. All error messages are directed to the TIFFError(3tiff) routine. Likewise, warning messages are directed to the TIFFWarning(3tiff) routine. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWTiff | +-----------------------------+-----------------------------+ |Interface stability |Uncommitted | +-----------------------------+-----------------------------+ libtiff(3), TIFFOpen(3tiff) This man page was originally written by Sam Leffler. Updated by Breda McColgan, Sun Microsystems Inc., 2004. 05 Apr 2004 TIFFClose(3tiff)
Man Page