from PIL import Image. img = Image.open('SAPPORO.jpg'). width, height = img.size. small = img.resize((width//2,height//2), Image.ANTIALIAS).
確定! 回上一頁