gpt4 book ai didi

Python3安装Pillow与PIL的方法

转载 作者:qq735679552 更新时间:2022-09-28 22:32:09 28 4
gpt4 key购买 nike

CFSDN坚持开源创造价值,我们致力于搭建一个资源共享平台,让每一个IT人在这里找到属于你的精彩世界.

这篇CFSDN的博客文章Python3安装Pillow与PIL的方法由作者收集整理,如果你对这篇文章有兴趣,记得点赞哟.

关于Pillow与PIL 。

PIL(Python Imaging Library)是Python一个强大方便的图像处理库,名气也比较大。不过只支持到Python 2.7.

PIL官方网站:http://www.pythonware.com/products/pil/ 。

Pillow是PIL的一个派生分支,但如今已经发展成为比PIL本身更具活力的图像处理库。目前最新版本是3.0.0.

Pillow的Github主页:https://github.com/python-pillow/Pillow 。

Pillow的文档(对应版本v3.0.0):https://pillow.readthedocs.org/en/latest/handbook/index.html 。

Pillow的文档中文翻译(对应版本v2.4.0):http://pillow-cn.readthedocs.org/en/latest/ 。

Python 3.x 安装Pillow 。

给Python安装Pillow非常简单,使用pip或easy_install只要一行代码即可.

在命令行使用PIP安装:

?
1
pip install Pillow

或在命令行使用easy_install安装:

?
1
easy_install Pillow

安装完成后,使用from PIL import Image就引用使用库了。比如:

?
1
2
3
from PIL import Image
im = Image. open ( "bride.jpg" )
im.rotate( 45 ).show()

总结 。

以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对我的支持。如果你想了解更多相关内容请查看下面相关链接 。

原文链接:https://blog.csdn.net/dcz1994/article/details/71642979 。

最后此篇关于Python3安装Pillow与PIL的方法的文章就讲到这里了,如果你想了解更多关于Python3安装Pillow与PIL的方法的内容请搜索CFSDN的文章或继续浏览相关文章,希望大家以后支持我的博客! 。

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com