Answers for "2d ndarray to pil"

9

ndarray to pil image

from PIL import Image
image_from_array = Image.fromarray(nd_array)
Posted by: Guest on July-28-2020

Python Answers by Framework

Browse Popular Code Answers by Language