美文网首页
Python 42 Programming Tutorial

Python 42 Programming Tutorial

作者: 豆表示低调 | 来源:发表于2016-08-31 11:38 被阅读0次
from PIL import Image

img = Image.open("bucky.jpg")
print(img.size)
print(img.format)

img.show() # save image as temporary file and open

相关文章

网友评论

      本文标题:Python 42 Programming Tutorial

      本文链接:https://www.haomeiwen.com/subject/qaaxettx.html