Manual Reference Pages  - TIFFClose (3T)

NAME

TIFFClose - close a previously opened TIFF file

CONTENTS

Synopsis
Description
Diagnostics

SYNOPSIS

#include <tiffio.h>
void TIFFClose(TIFF* tif)

DESCRIPTION

TIFFClose closes a file that was previously opened with TIFFOpen(3T). 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(3T) routine. Likewise, warning messages are directed to the TIFFWarning(3T) routine.

SEE ALSO

libtiff(3T), TIFFOpen(3T)
Jump to page    or go to Top of page |  Section 3T |  Main Index.


TIFFClose (3T) May 2, 1990
Generated by manServer 1.07 from /usr/share/man/man3/TIFFClose.3t.gz using man macros.