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
2 | No.2 Revision |
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.