Jak uzyskać obiekt obrazu z tablicy w Python
>>> im = PIL.Image.fromarray(numpy.uint8(I))
#where I is your array form of the image
Yucky Yacare
>>> im = PIL.Image.fromarray(numpy.uint8(I))
#where I is your array form of the image