[Solution found!] 用Pillow怎么做: from PIL import Image img = Image.open('image.png').convert('LA') img.save('greyscale.png') 使用matplotlib和公式Y' ...
確定! 回上一頁