🌈 搜索
📅  最后修改于: 2022-03-11 14:46:01.924000             🧑  作者: Mango
from PIL import Image #read the image im = Image.open("sample-image.png") #show image im.show()