read image in python as vector code example Example: open image in numpy image = PIL.Image.open(pathToImage) frame = numpy.asarray(image)