python读取图像

from PIL import Image
img = Image.open('/Users/NaCl/Desktop/test.png')
img.show()

原文地址:https://www.cnblogs.com/anyview/p/5022141.html