码迷,mamicode.com
首页 > 编程语言 > 详细

[Python]Windows系统下安装Pillow模块

时间:2018-08-19 16:15:29      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:打开图片   tle   The   nbsp   使用   block   命令   image   pytho   

Pillow模块提供了丰富的图像处理功能,并且很多其它模块使用到该模块。

  1. 安装Pillow模块。使用以下命令:

pip install Pillow

2. 使用举例

#导入Image

from PIL import Image

 

#打开图片

img = Image.open("d:\\qr.png")

 

#显示图片

img.show()

  3. 详细教程请参考:https://pillow.readthedocs.io/en/5.1.x/handbook/index.html

 

[Python]Windows系统下安装Pillow模块

标签:打开图片   tle   The   nbsp   使用   block   命令   image   pytho   

原文地址:https://www.cnblogs.com/syh6324/p/9501450.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!