how to get image object from array in python code example
Example: how to get image object from array in python
>>> im = PIL.Image.fromarray(numpy.uint8(I))
#where I is your array form of the image
>>> im = PIL.Image.fromarray(numpy.uint8(I))
#where I is your array form of the image