numpy image read code example Example: open image in numpy Click to copyimage = PIL.Image.open(pathToImage) frame = numpy.asarray(image)