标签: python python-imaging-library
以下是我的一些代码:
from PIL import Image image = Image.open('fall-foliage-1740841_640.jpg') image.show()
错误是指默认照片查看器启动并显示错误
"图像被移动或重命名"
重新启动没有帮助。我刚刚开始使用PIL并且无法找到解决方法。
我感谢任何帮助。感谢!!!