I have some strange problem with PIL not resizing the image.from PIL import Imageimg = Image.open('foo.jpg')width, height = img.sizeratio = floor(height ...
確定! 回上一頁