| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2000.12.07 16:45 "Garbage for first write to TIFF - nevermind", by Sean FinnOk, 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 |
|||||||