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
December 2000

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

2000.12.06 15:55 "Garbage for first write to TIFF", by Sean Finn
2000.12.07 16:45 "Garbage for first write to TIFF - nevermind", by Sean Finn

2000.12.07 16:45 "Garbage for first write to TIFF - nevermind", by Sean Finn

Ok, I figured out my own problem, but thought I would post in case someone
else had this problem later:

I was calling TIFFWriteBufferSetup before calling TIFFWriteEncodedStrip.
TIFFWriteEncodedStrip would then call BUFFERCHECK, which calls
TIFFWriteBufferSetup.  So I guess the flags that are set in this call were
set up too early, and causing a problem.  I really don't understand why this
became a problem, but it did.  So, removing the initial call of
TIFFWriteBufferSetup has fixed the problem.  Yeah me.

Thanks anyway,

Sean Finn
sean@mediacy.com