這是一個二元組,包含水平和垂直方向上的像素數。 屬性mode的使用如下: from PIL import Image im = Image.open("xiao.png") print(im.size) ...
確定! 回上一頁