Python Pillow.Image 图像保存和参数选择
保存时代码如下:figure_corp = figure.crop( (32*rate/2, 32*rate/2, 32-32*rate/2, 32-32*rate/2))figure.save('save_picture/picture.jpg',quality=95,subsampling=0)figure_corp.save('save_picture/picture_crop.j...
原创
2019-05-22 10:41:54 ·
9855 阅读 ·
0 评论