Pillow 下载地址
1:
Unofficial Windows Binaries for Python Extension Packages Python windows编译的包安装。
Python Imaging Library (Fork)
Pillow is the "friendly" PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. For more information, please read the documentation, check the changelog andfind out how to contribute.
教程 Here>>> from PIL import Image >>> im = Image.open("lena.ppm")参考手册 Here