numpy.ndarray to image python code example Example: ndarray to pil image from PIL import Image image_from_array = Image.fromarray(nd_array)