安装
sudo apt-get install python-imaging
使用
from PIL import Image im=Image.open(filepath) im.size # (width,height) tuple
注意,返回的是一个元组