这个 Image 模块提供了一个同名的类,用于表示PIL图像。 ... the image (width, height) = (im.width // 2, im.height // 2) im_resized = im.resize((width, height))
確定! 回上一頁