1TIFFClose(3TIFF)                                              TIFFClose(3TIFF)
2
3
4

NAME

6       TIFFClose - close a previously opened TIFF file
7

SYNOPSIS

9       #include <tiffio.h>
10
11       void TIFFClose(TIFF *tif)
12

DESCRIPTION

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

DIAGNOSTICS

20       All error messages are directed to the TIFFError(3TIFF) routine.  Like‐
21       wise, warning messages are directed to the TIFFWarning(3TIFF) routine.
22

SEE ALSO

24       libtiff(3TIFF), TIFFOpen(3TIFF)
25
26       Libtiff library home page: http://www.simplesystems.org/libtiff/
27
28
29
30libtiff                        November 2, 2005               TIFFClose(3TIFF)
Impressum