Jacobm001
0
Q:

pillow image from array

from PIL import Image
image_from_array = Image.fromarray(nd_array)
2
from PIL import Image

PIL_image = Image.fromarray(numpy_image.astype('uint8'), 'RGB')
1
PIL.Image.fromarray(your_array)
0

New to Communities?

Join the community