python Copy from PIL import Image img = Image.open('test.jpg') imgGray = img.convert('L') imgGray.save('test_gray.jpg'). 原始影象。 影象示例.
確定! 回上一頁