How to add JPEG support in TIFF

asked 2016-10-19 13:49:11 -0600

widgg gravatar image

I built OpenCV and I'm trying to open various TIFF images. Most of them works, unless they're compressed with JPEG. After adding an error handler for TIFFs in my code, I'm getting this:

JPEG compression support is not configured

Is there a way to compile the libtiff included in the OpenCV project to support the JPEG compression?

I haven't found any options yet.

edit retag flag offensive close merge delete