1998.07.29 16:00 "Appending images", by Bruno Ledoux

1998.07.29 16:00 "Appending images", by Bruno Ledoux

Hi,

I would like to append images to an existing TIFF file, I tried to open the file in append mode with:

        tif = TIFFOpen("myfile.tif","a");

but it fails because the Windows CreateFile function returns an error as the file already exists!!!

Has anyone got any idea?

PS: I'm using tifflib v3.4 beta under Windows95.

Gratefully,

Bruno