Question How do I merge two tiffs

JamesBarnaby1

New member
Joined
Oct 26, 2009
Messages
1
Programming Experience
10+
Hi all

We work in a datacapture environment and have the following requirement.

Take two 1 bit per pixel CCITT4 single page tiffs.
Merge the two images into one long tiff in the same format. This to be a single page tiff with the images one above the other and NOT a multi-page tiff.

We have a solution that creates a new new 24 bpp bitmap and combines the two images using the graphics library however the routine to convert the 24bpp bitmap to a 1bpp tiff is way too slow.

Does anyone know of a way to stitch two tiffs together, preferably not using a third party app, without the need to create an intermediary bitmap?

Many thanks in anticipation of your help.

Cheers

James
 
Back
Top