|
NAMETiffAppend —
tifmerge library function manual page
SYNOPSIS#include <tifmerge.h>
int
DESCRIPTIONThis is the tifmerge library function manual page for theTiffAppend () function. This function merges two TIFF
files into a single multi-page TIFF file.
The The The function is declared in ⟨tifmerge.h⟩, located in the /usr/local/include directory. RETURN VALUESTheTiffAppend () function returns 0 on success, non-0
otherwise.
ENVIRONMENTTheTiffAppend () library function ignores the
environment variables.
SEE ALSOPeter van Vloten, Creating Multi-Page TIFF Files, Windows Developer's Journal, May 1999. STANDARDSANSI X3.159-1989 (“ANSI C89”).DIAGNOSTICSNone.AUTHORSThis manual page was written by G. Adam Stanislav ⟨adam@whizkidtech.net⟩.The BUGSThe original version of theTiffAppend () function causes
a core dump if the out argument is not a valid TIFF
file. This is fixed in the FreeBSD port.
Visit the GSP FreeBSD Man Page Interface. |