Pillow
Pillow是一个Python的图像处理库,PIL(Python Imaging Library)2011年停止更新,随后Pillow分支了PIL并添加了Python 3的支持,现在成为PIL的替代品。
简介
时间轴
安装
使用pip安装:
pip install --upgrade pip
pip install --upgrade Pillow
了解更多 >> Pillow 文档:安装
基础知识
资源
官网
- Pillow 官网:https://python-pillow.org/
- Pillow 文档:https://pillow.readthedocs.io/en/stable/