hpux man page for tiffflush

Query: tiffflush

OS: hpux

Section: 3tiff

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TIFFFlush(3tiff)					 Introduction to Library Functions					  TIFFFlush(3tiff)

NAME
TIFFFlush, TIFFFlushData - flush pending writes to an open TIFF file SYNOPSIS
#include <tiffio.h> int TIFFFlush(TIFF* tif) int TIFFFlushData(TIFF* tif) DESCRIPTION
TIFFFlush causes any pending writes for the specified file, including writes for the current directory, to be performed. In normal opera- tion, this call is never needed, because the library automatically performs any flushing required. TIFFFlushData causes any pending image data for the specified file to be written out. Directory-related data is not flushed. In normal operation, this call is never needed, because the library automatically performs any flushing required. All error messages are directed to the TIFFError(3tiff) routine. RETURN VALUES
0 is returned if an error is encountered. Otherwise, 1 is returned. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWTiff | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
libtiff(3), TIFFOpen(3tiff), TIFFWriteEncodedStrip(3tiff), TIFFWriteEncodedTile(3tiff), TIFFWriteRawStrip(3tiff), TIFFWriteRawTile(3tiff), TIFFWriteScanline(3tiff), TIFFWriteTile(3tiff) NOTES
This man page was originally written by Sam Leffler. Updated by Breda McColgan, Sun Microsystems Inc., 2004. SunOS 5.10 05 Apr 2004 TIFFFlush(3tiff)
Related Man Pages
tiffwriteencodedtile(3tiff) - sunos
tiffwriterawstrip(3tiff) - sunos
tiffwriterawtile(3tiff) - opensolaris
tiffwritetile(3tiff) - linux
tiffwriterawtile(3tiff) - mojave
Similar Topics in the Unix Linux Community
Unix File Permissions
How to list file size on HPUX?
How to extract every repeated string between two specific string?
Thank you members and admins