AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
July 1998

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

1998.07.29 16:00 "Appending images", by Bruno Ledoux
1998.07.30 07:00 "Re: Appending images", by <tim@sierra.auriga.ru>
1998.07.30 13:24 "Re: Appending images", by Geoff Vandegrift
1998.08.28 14:34 "Re: multipage", by Geoff Vandegrift

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