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.
↧