我正在尝试学习用于python的枕头2.0.0,但老实说我不知道从哪里开始,因为我找不到任何教程或文档,并且here结构不合理,它只是逐个描述模块,所以我无法进入。
您有以下链接:
我在Windows 7上使用python 3.3会有什么不同吗?
答案 0 :(得分:13)
Pillow是PIL的一个分支,可以从PIL函数和类中使用。 你可以搜索PIL教程!
installation Pillow(你可以在windows中安装pip或easy_install然后写pip install pillow
或easy_install pillow
)
http://effbot.org/imagingbook/introduction.htm
http://www.geeks3d.com/20100930/tutorial-first-steps-with-pil-python-imaging-library/
http://nadiana.com/pil-tutorial-basic-advanced-drawing
http://nadiana.com/pil-tutorial-how-create-button-generator
http://pythonvision.org/basic-tutorial
http://python.developpez.com/cours/pilhandbook/php/introduction.php