from PIL import Image image = Image.open("path/.../image.png") image = image.resize((500500),Image.ANTIALIAS) image.save(fp="newimage.png")
確定! 回上一頁