by dinamic on 5/16/21, 1:10 PM with 1 comments
by rahimnathwani on 5/18/21, 4:14 PM
Does this mean that, when the image is saved, the original JPEG data isn't recompressed? Similar to LLCrop on Android?
I thought that opencv.imread() would decompress the image into a Numpy array, and that a later call to imwrite() would need to (lossily) recompress the uncompressed data.