Pillow Python图像处理模块

Pillow简介

Pillow,Python第三方库。该模块可为Python解释器添加图像处理功能,文件格式支持广泛,为通用图像处理工具提供基础。

Pillow应用实例

>>> from PIL import Image
>>> im = Image.open("hopper.ppm")
>>> print(im.format, im.size, im.mode)
PPM (512, 512) RGB

Pillow Github统计数据

Pillow is licensed under the open source HPND License

Github 11.3k stars

Pillow安装命令

pip install Pillow

Pillow Python版本要求

Pillow 10.1.0 Requires: Python >=3.8(数据来源:pypi)

免责声明:内容编辑自网络,仅供参考,不保证正确性,不作任何决策依据!!以上数据皆截止于博文的写稿日期。


行业导航 / Python指南 :
























Copyright © 2022-2024 笨鸟工具 x1y1z1.com All Rights Reserved.