2005.03.15 17:56 "[Tiff] Need to write CCITT T.6 encoded TIFF file data directly to memory buffer", by Roger Watkins

2005.03.16 18:08 "Re: [Tiff] Need to write CCITT T.6 encoded TIFF file data directly tomemory buffer", by Roger Watkins

Joris,

I am now more puzzled than ever. I downloaded the LibTiffDelphi stuff and looked long and hard at LibTiffDelphi.pas where the stream routines were found. The functions TIFFOpenStream(), TIFFStreamReadProc(), TIFFStreamWriteProc(), TIFFStreamSeekProc(), TIFFStreamCloseProc(), TIFFStreamSizeProc(), TIFFNoMapProc(), and TIFFNoUnmapProc() don't seem to reference any CODEC interface. Can you direct me to where the CODECs to interface with stream or memory routines to allow translation of a tiff structure as provided by TIFFReadEncodedStrip() to the bits that would be loaded from reading a binary file written by TIFFWriteEncodedStrip()?

Thanks,
Roger Watkins