img.save('result.jpg'). 裁切圖片: from PIL import Image. img = Image.open('test.jpg'). cropimg = img.crop((0, 0, 200, 200)) # ((x1, y1, x2, ...
確定! 回上一頁