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
August 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!



Thread

2005.08.17 19:55 "getting libtiff error on AIX 5.1", by Philip Watkinson
2005.08.18 20:01 "Re: getting libtiff error on AIX 5.1", by Philip Watkinson
2005.08.18 21:00 "Re: getting libtiff error on AIX 5.1", by Andrey Kiselev

2005.08.17 19:55 "getting libtiff error on AIX 5.1", by Philip Watkinson

Generating the same multipage TIFF file on Windows, Linux, Solaris and
AIX 5.1. All work except AIX. With AIX, I'm getting the error: 
 
Error writing data for field "StripOffsets". It appears that this error
occurs when TIFFWriteDirectory() is called. In my program
TIFFWriteDirectory() is called after writing all the scan lines with
TIFFWriteScanLine().
 
Has anyone experienced this problem or have any suggestions for fixing
it?
 
Philip