Python resize image. Copy. from PIL import Image image = Image.open("path/.../image.png") image = image.resize((500,500),Image.
確定! 回上一頁