admin管理员组

文章数量:1794759

python PIL安装教程

python PIL安装教程

python关于PILlow与PIL的安装。PIL(Python Imaging Library)是Python一个强大方便的图像处理库,名气也比较大。不过只支持到Python 2.7。PIL官方网站:www.pythonware/products/pil/Pillow是PIL的一个派生分支,但如今已经发展成为比PIL本身更具活力的图像处理库。目前最新版本是3.0.0。Pillow的Github主页:github/python-pillow/PillowPillow的文档(对应版本v3.0.0):pillow.readthedocs/en/latest/handbook/index.htmlPillow的文档中文翻译(对应版本v2.4.0):pillow-cn.readthedocs/en/latest/Python 3.x 安装Pillow给Python安装Pillow非常简单,使用pip或easy_install只要一行代码即可。

命令行:

pip install Pillow easy_install Pillow

本文标签: 教程PythonPIL