manpagez: man pages & more
man TIFFFlush(3)
Home | html | info | man
TIFFFLUSH(3tiff)                    LibTIFF                   TIFFFLUSH(3tiff)


NAME

       TIFFFlush - flush pending writes to an open TIFF file


SYNOPSIS


          #include <tiffio.h>

       TIFFFlush(3) *tif)

       int TIFFFlushData(TIFF *tif)


DESCRIPTION

       TIFFFlush() causes any pending writes for the specified file (including
       writes for the current directory) to be done. In normal operation this
       call is never needed--the library automatically does any flushing
       required.

       TIFFFlushData() flushes any pending image data for the specified file
       to be written out; directory-related data are not flushed. In normal
       operation this call is never needed--the library automatically does any
       flushing required.


RETURN VALUES

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


DIAGNOSTICS

       All error messages are directed to the TIFFErrorExtR() routine.


SEE ALSO

       TIFFOpen(3), TIFFWriteEncodedStrip(3), TIFFWriteEncodedTile(3),
       TIFFWriteRawStrip(3), TIFFWriteRawTile(3),
       TIFFWriteScanline(3), TIFFWriteTile(3), libtiff(3)


AUTHOR

       LibTIFF contributors


COPYRIGHT

       1988-2022, LibTIFF contributors

4.6                             October 9, 2023               TIFFFLUSH(3tiff)

tiff 4.6.0 - Generated Tue Oct 10 14:03:06 CDT 2023
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.