标签: python image image-processing
如何在Python中计算图像的宽度和高度? 我已经使用了“图像”库,如果这样可以更容易。
感谢。
答案 0 :(得分:5)
im=Image.open(pic) print im.size