标签:信息 像素 宽高 int color blog log ima rom
# coding: utf8 from PIL import Image img = Image.open("img.jpg") print img.size
Python 获取图片像素宽高信息
原文地址:http://www.cnblogs.com/zhangtianyuan/p/7306588.html