05 2016 档案
python image show()方法的预览问题
摘要:在windows下面使用PIL中Image的show()函数时,执行下列代码: from PIL import Image img = Image.open("1.png") img.show() 发现图片不能够正常的显示,windows自带的图片查看器显示图片内容不存在。 C:\Python27\ 阅读全文
posted @ 2016-05-23 16:47 最美代码 阅读(3817) 评论(0) 推荐(0)