标签:install 效果 img 对象 nbsp 分享 rgb imp 第三方
1、图像的RGB色彩模式
PIL
PIL, Python Image Library
PIL库是一个具有强大图像处理能力的第三方库
在命令行下的安装方法: pip install pillow
from PIL import Image
Image是PIL库中代表一个图像的类(对象)
标签:install 效果 img 对象 nbsp 分享 rgb imp 第三方
原文地址:http://www.cnblogs.com/ruo-li-suo-yi/p/7745673.html