📜  如何在python代码示例中从数组中获取图像对象

📅  最后修改于: 2022-03-11 14:45:19.778000             🧑  作者: Mango

代码示例1
>>> im = PIL.Image.fromarray(numpy.uint8(I))
#where I is your array form of the image