摘要: from PIL import Image import sys img=Image.open("A8.jpg") width=img.size[0] height=img.size[1] print (width,height) 阅读全文
posted @ 2018-10-06 10:21 zhangdingqu 阅读(125) 评论(0) 推荐(0) 编辑