📜  获取图像的分辨率 python 代码示例

📅  最后修改于: 2022-03-11 14:45:19.922000             🧑  作者: Mango

代码示例1
img = Image.open("test.png")
img = img.size
# img.size is a tuple