这是我的一些代码:
from PIL import Image image = Image.open('fall-foliage-1740841_640.jpg') image.show()
错误是当默认照片查看器启动并显示错误时
“看起来图像已被移动或重命名”
重新启动没有帮助。我刚刚开始使用 PIL,但找不到解决方法。
我很感激任何帮助。谢谢!!!
python python-imaging-library
python ×1
python-imaging-library ×1