create image with pillow from np array code example Example: ndarray to pil image from PIL import Image image_from_array = Image.fromarray(nd_array)