GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TIFMERGE(3) FreeBSD Library Functions Manual TIFMERGE(3)

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”).

None.

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.
April 29, 1999 FreeBSD

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.