1、读取图片:from PIL import Imageimage = Image.open('0.png')
3、显示图片。用电脑默认的图片预览工具打开图片。
5、保存图片。img.save('0.jpg')