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