发表于 2014-04-24 01:13:39 by 月小升
初次接触python的时候,不知道import Image 对应的图形库叫pil,百度上搜索总不得其法。
http://www.pythonware.com/products/pil/
这个叫python image library
简单的打开一个图片
im = Image.open('filename')
详细使用
http://51xuejianzhan.com/dev/20140424/213.html
This entry was posted in
Python and tagged
pil,
python,
图形,
图形库. Bookmark the
permalink.
月小升QQ 2651044202, 技术交流QQ群 178491360
首发地址:
月小升博客 –
https://java-er.com/blog/python-image-pil/
无特殊说明,文章均为月小升原创,欢迎转载,转载请注明本文地址,谢谢
您的评论是我写作的动力.