Answers for "from PIL import Image import numpy as np"

2

pil image from numpy

from PIL import Image

PIL_image = Image.fromarray(numpy_image.astype('uint8'), 'RGB')
Posted by: Guest on October-04-2020

Code answers related to "from PIL import Image import numpy as np"

Python Answers by Framework

Browse Popular Code Answers by Language