Save an array to an image file.
im : PIL image
Input image.
flatten : bool
If true, convert the output to grey-scale.
img_array : ndarray
The different colour bands/channels are stored in the third dimension, such that a grey-image is MxN, an RGB-image MxNx3 and an RGBA-image MxNx4.
scipy.misc.imrotate
scipy.misc.imshow
Enter search terms or a module, class or function name.