Manpage of 'TIFFClose' on UHLU - BSD System Documentation,
Programming Reference, Manual Pages and Source Code
All manual pages         All RFC pages
Common page
for TIFFClose
Other pages
for TIFFClose
More pages
containing TIFFClose

Section 3TIFF manual page or howto for 'TIFFClose'  

TIFFClose(3TIFF)					      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 modified); and all resources
       are reclaimed.

DIAGNOSTICS
       All error messages are directed to the TIFFError(3TIFF) routine.  Like-
       wise,  warning messages are directed to the TIFFWarning(3TIFF) routine.

SEE ALSO
       libtiff(3TIFF), TIFFOpen(3TIFF)

       Libtiff library home page: http://www.remotesensing.org/libtiff/



libtiff 		       November 2, 2005 	      TIFFClose(3TIFF)

NAME - SYNOPSIS - DESCRIPTION - DIAGNOSTICS - SEE ALSO -  
A random manual page         All manual pages        All RFC pages