#ifndef TIFF_MERGE #define TIFF_MERGE /* This is the main function called to append two TIFF files */ /* the first parameter is the output TIFF file, the second */ /* parameter is the TIFF file to be appended to the output */ /* returns 0 on success */ int TiffAppend( const char* lpOutFile, const char* lpInFile); #endif /* TIFF_MERGE */