python pillow库
Python Imaging Library,这是一个经典的图像处理库。熟练使用的话,这个库在图片处理过程中很有用哦!
pip install pillow
from PIL import *(或某一类名称,比如Image、ImageDraw等)
Python Imaging Library,这是一个经典的图像处理库。熟练使用的话,这个库在图片处理过程中很有用哦!
pip install pillow
from PIL import *(或某一类名称,比如Image、ImageDraw等)