import cv2 img=cv2.imread("test2.jpg",1) cv2.imwrite("out4.jpg",img,[cv2.IMWRITE_JPEG_QUALITY,18]) 使用JPG格式具有较大的压缩比相比png