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
February 2005

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!



2005.02.15 01:11 "Write multi-page tiff file ?", by <dqduc@vn.wide-link.com>

Did anyone have a sample about writing multipage tiff file ? For example:

// Page 1
TIFFOpen (...)
Write a page ..
TIFFClose (...)

// Page 2
TIFFOpen (...)
Write a page ..
TIFFClose (...)

...

My program need to re-open the tiff file when writing a new page. I'm trying
to open it using "a" mode at the second time (writing page 2) but it failed
???

Thanks