TiffAppend
—
tifmerge library function manual page
#include
<tifmerge.h>
int
TiffAppend
(const
char *ptr out, const char
*ptr in);
This is the tifmerge library function manual page for the
TiffAppend
()
function. This function merges two TIFF files into a single multi-page TIFF
file.
The
TiffAppend
()
function takes two arguments: out and
in. Both arguments contain the pointer to the name of
a file. Both files must exist and be valid TIFF files.
The
TiffAppend
()
function will append the images contained in the in
file to the images inside the out file.
The function is declared in
⟨tifmerge.h⟩, located in the
/usr/local/include directory.
The TiffAppend
() function returns 0 on
success, non-0 otherwise.
The TiffAppend
() library function ignores
the environment variables.
Peter van Vloten,
Creating Multi-Page TIFF Files,
Windows Developer's Journal, May
1999.
ANSI X3.159-1989
(“ANSI C89”).
This manual page was written by G. Adam
Stanislav ⟨adam@whizkidtech.net⟩.
The TiffAppend
() function was written by
Peter van Vloten ⟨pixelpan@aol.com⟩.
The original version of the TiffAppend
()
function causes a core dump if the out argument is not
a valid TIFF file. This is fixed in the FreeBSD port.