1TIFFClose(3TIFF) TIFFClose(3TIFF)
2
3
4
6 TIFFClose - close a previously opened TIFF file
7
9 #include <tiffio.h>
10
11 void TIFFClose(TIFF *tif)
12
14 TIFFClose closes a file that was previously opened with
15 TIFFOpen(3TIFF). Any buffered data are flushed to the file, including
16 the contents of the current directory (if modified); and all resources
17 are reclaimed.
18
20 All error messages are directed to the routine. Likewise, warning mes‐
21 sages are directed to the TIFFWarning(3TIFF) routine.
22
24 libtiff(3TIFF), TIFFOpen(3TIFF)
25
26 Libtiff library home page: http://www.remotesensing.org/libtiff/
27
28
29
30libtiff November 2, 2005 TIFFClose(3TIFF)