标签: python python-imaging-library
如何从字符串数据imageData中读取Python图像?我从PIL和numpy.frombuffer尝试过Image.fromstring,但它还没有工作。
f = open('lena.bmp','rb') imageData = f.read()