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

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

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?

Thanks,

Christian