Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TIFMERGE(3)		    Library Functions Manual		   TIFMERGE(3)

NAME
       TiffAppend -- tifmerge library function manual page

SYNOPSIS
       #include	<tifmerge.h>

       int
       TiffAppend(const	char *ptr out, const char *ptr in);

DESCRIPTION
       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	 argu-
       ments  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/in-
       clude directory.

RETURN VALUES
       The TiffAppend()	function returns 0 on success, non-0 otherwise.

ENVIRONMENT
       The TiffAppend()	library	function ignores the environment variables.

SEE ALSO
       Peter van Vloten, "Creating Multi-Page TIFF Files", Windows Developer's
       Journal,	May 1999.

STANDARDS
       ANSI X3.159-1989	("ANSI C89").

DIAGNOSTICS
       None.

AUTHORS
       This    manual	 page	 was	written	   by	 G.   Adam   Stanislav
       <adam@whizkidtech.net>.

       The TiffAppend()	function was written by
       Peter van Vloten	<pixelpan@aol.com>.

BUGS
       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.

FreeBSD				April 29, 1999			   TIFMERGE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tifmerge&sektion=3&manpath=FreeBSD+Ports+15.0.quarterly>

home | help