I am using opencv with python. I wanted to do an cv2.imwrte:
cv2.imwrite(\'myimage.png\', my_im)
The only problem is that opencv does not r
in fact, with cv2 style API, this constant is replaced with cv2.IMWRITE_PNG_COMPRESSION.
cv2.IMWRITE_PNG_COMPRESSION