Did JPEG 2000 saved in Lossless or Lossy
I'm currently looking to save images in JPEG 2000 using OpenCV, but since no parameters can be passed to the write for the JPEG 2000 format, what compression mode and compression ratio value is used by OpenCV ?
Thanks, PA
Use png if you want to save lossless
I think that opencv use jasper library. Compression are set here but cannot be changed (without a PR) and set here .
Hi, maybe this can help you.