cara mendapatkan objek gambar dari array di python

>>> im = PIL.Image.fromarray(numpy.uint8(I))
#where I is your array form of the image
Yucky Yacare