from PIL import Image img = Image.open('lena.png').convert('LA') img.save('greyscale.png'). Note: the conversion to grayscale is not unique see l'article de ...
確定! 回上一頁