From c0b89ac5bfb90835ef01573267020e42d4fe070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 12:17:05 +0200 Subject: Imported Upstream version 1.8.0 --- tiff/html/man/TIFFClose.3tiff.html | 87 -------------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 tiff/html/man/TIFFClose.3tiff.html (limited to 'tiff/html/man/TIFFClose.3tiff.html') diff --git a/tiff/html/man/TIFFClose.3tiff.html b/tiff/html/man/TIFFClose.3tiff.html deleted file mode 100644 index 42e3ba8..0000000 --- a/tiff/html/man/TIFFClose.3tiff.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - -TIFFClose - - - -

TIFFClose

-NAME
-SYNOPSIS
-DESCRIPTION
-DIAGNOSTICS
-SEE ALSO
- -
- -

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 routine. Likewise, -warning messages are directed to the -TIFFWarning(3TIFF) routine.

-
- -

SEE ALSO

- - - - - -
-

libtiff(3TIFF), TIFFOpen(3TIFF)

- -

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

-
-
- - -- cgit v1.2.3