Suggested update to `IMWRITE_JPEG_QUALITY`
Closed this issue · 1 comments
evgenyslab commented
Line 78 in 55c0af8
I believe def's got updated with cv4+ and do not use the CV_
prefix anymore.
great code by the way :)
JPery commented
I think it'll be better to preserve 'CV_IMWRITE_JPEG_QUALITY' in order to allow compatibility with older OpenCV versions.
Thank you for your comment!