1TIFFFlush(3TIFF)                                              TIFFFlush(3TIFF)
2
3
4

NAME

6       TIFFFlush, TIFFFlushData - flush pending writes to an open TIFF file
7

SYNOPSIS

9       #include <tiffio.h>
10
11       int TIFFFlush(TIFF *tif)
12       int TIFFFlushData(TIFF *tif)
13

DESCRIPTION

15       TIFFFlush  causes  any pending writes for the specified file (including
16       writes for the current directory) to be done. In normal operation  this
17       call  is  never  needed  -  the library automatically does any flushing
18       required.
19
20       TIFFFlushData flushes any pending image data for the specified file  to
21       be written out; directory-related data are not flushed. In normal oper‐
22       ation this call is never needed - the library  automatically  does  any
23       flushing required.
24

RETURN VALUES

26       0 is returned if an error is encountered, otherwise 1 is returned.
27

DIAGNOSTICS

29       All error messages are directed to the TIFFError(3TIFF) routine.
30

SEE ALSO

32       TIFFOpen(3TIFF),      TIFFWriteEncodedStrip(3TIFF),     TIFFWriteEncod‐
33       edTile(3TIFF),    TIFFWriteRawStrip(3TIFF),    TIFFWriteRawTile(3TIFF),
34       TIFFWriteScanline(3TIFF), TIFFWriteTile(3TIFF) libtiff(3TIFF),
35
36       Libtiff library home page: http://www.simplesystems.org/libtiff/
37
38
39
40libtiff                        December 16, 1991              TIFFFlush(3TIFF)
Impressum