2009.04.15 15:17 "[Tiff] How can I use _tiffosWriteProc", by Christian Henning

2009.04.15 15:34 "Re: [Tiff] How can I use _tiffosWriteProc", by Edward Lam

I don't understand. Can't you use TIFFStreamOpen() from tiffio.hxx?

-Edward

Hi there, is there a way to utilize _tiffosWriteProc ( tif_stream.cxx )?

I can pass TIFFClientOpen a handle to stream ( std::stringstream, for instance ) but also need to provide all these callback functions for writing, seeking, etc. Since tif_stream.cxx is prodiving what I need I'm wondering how to convince TIFFClientOpen to use those?