from PIL import Image #read the image im = Image.open("sample-image.png") #show image im.show()
確定! 回上一頁