📜  python pil to grayscale - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:10.031000             🧑  作者: Mango

代码示例1
#PIL image
img2 = img.convert('L')