1 year ago
#346502
Jashanpreet singh Chakkal
OpenCV 4.5.5 CV_IMWRITE_JPEG_QUALITY
I am working on a project for which I need to combine few images, The end result is an Image with resolution (120849, 296). In my Project, I am trying to save this image to my local disk in the jpg format using the imwrite() function. But it is not working for me. No error or exception is given by my current code. The only solution that worked for me was this one.
Which is not what I want. Can anyone tell me, how can I save the image in jpg format in OpenCV 4.5.5 using compression parameters? I think this might be the solution that I need.
c++
image
opencv
jpeg
image-compression
0 Answers
Your Answer