摘要: python图像处理库pillow 安装 pip install pillow 使用 导入 from PIL import pillow 读取图像 picture = Image.open('test.jpg') 新建图像 picture = Image.new('RGB', (200, 200), 阅读全文
posted @ 2019-11-10 15:35 ningod 阅读(1828) 评论(0) 推荐(0)