JPEG 是一种有损格式,您需要将图像保存为 PNG,因为它是一种无损格式。
存储无压力的情况下,尽量保存成 png格式
参考:https://blog.csdn.net/oMoDao1/article/details/85084092
cv2.resize(src, dsize[, dst[, fx[, fy[, interpolation]]]]) → dst
想要高清可以选择
INTER_LANCZOS4
8x8像素邻域的Lanczos插值参数参考:https://blog.csdn.net/JNingWei/article/details/78218837