在python中读取原始图像文件

时间:2014-06-22 01:20:39

标签: python python-imaging-library

如何从字符串数据imageData中读取Python图像?我从PIL和numpy.frombuffer尝试过Image.fromstring,但它还没有工作。

f = open('lena.bmp','rb')
imageData = f.read()

0 个答案:

没有答案