Hello,
I am forced to deal with JP2 images for this case.
Here is the process : - Original image : 59Ko. - Converting to JPG for doing OpenCV things faster : 32Ko. - Converting back to JP2 : 170Ko.
I "convert" using the cv2.imwrite function.
From here, how to compress with OpenCV this JP2 image ?
Thank you for your help.