2017.03.01 17:05 "[Tiff] Using libtiff in a multi-threaded context", by Dinesh Iyer

2017.03.01 17:05 "[Tiff] Using libtiff in a multi-threaded context", by Dinesh Iyer

Hi,

I am developing an application to read TIFF files using libtiff and I am using multi-threading to improve performance. I was wondering if I can do query operations such as TIFFComputeTile/TIFFComputeTile/TIFFgetfield at the same time that I am calling TIFFReadEncodedStrip on a different thread.

My other option is to "pause" the thread that is reading image data when a query such as that mentioned above is received.

Regards,
Dinesh