TIFFClose (3)
Leading comments
$Id: TIFFClose.3tiff,v 1.4 2016-09-25 20:05:49 bfriesen Exp $ Copyright (c) 1988-1997 Sam Leffler Copyright (c) 1991-1997 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Sam Leffler and Silicon Graphics may not be used in an...
NAME
TIFFClose - close a previously openedTIFF
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. Likewise, warning messages are directed to the TIFFWarning(3TIFF) routine.SEE ALSO
libtiff(3TIFF), TIFFOpen(3TIFF)Libtiff library home page: www.simplesystems.org/libtiff