标签: python python-imaging-library
以下是我的代码,每次运行时,Windows Photo Viewer都会打开,但所有内容都在加载。为什么我的图像不会加载?
from PIL import Image, ImageDraw im =Image.open("Penguins.jpg") im.show()