Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

but it seems like the opencv is simply ignoring the compression ratio

yes. there are no compression flags for jpeg2000, only for jpg

but it seems like the opencv is simply ignoring the compression ratio

yes. there are no compression flags for jpeg2000, only for jpgjpg.

building the 3rdparty libs from src won't change anything here, but the resp. cmake flags would be:

cmake -DBUILD_JASPER -DBUILD_PNG -DBUILD_TIFF -DBUILD_JPEG

, etc.