pillow ---- PIL, pure python image rendering library 纯Python图像处理库
文章目录
方法
Access a pixel
im.getpixel((row, col))
im.load()
| |
im.putpixel((row, col), color)
numpy.array <–> PIL image
PIL image –> numpy.array
| |
np.array –> PIL Image
| |
文章作者
上次更新 2022-03-03 (5c64003)