Convert a PIL Image into a numpy array February 1, 2019 pix = numpy.array(pic) References https://stackoverflow.com/questions/384759/how-to-convert-a-pil-image-into-a-numpy-array Related