您的位置:首页 > 编程语言 > Python开发

树莓派 - 2 Python - b 图像处理包:PIL, Pillow

2017-12-15 15:57 453 查看
图像处理包:PIL、Pillow

PIL: http://effbot.org/imagingbook/pil-index.htm

Pillow: http://pillow.readthedocs.io/en/4.3.x/     (中文翻译)https://www.cnblogs.com/apexchu/p/4231041.html

安装:

sudo apt-get install python3-pil 

sudo apt-get install python3-pillow
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: