Hi,
Is there a built-in function to open an image as vector in grey scale? i’m looking for an efficient (memory e time wise) method to process vectors that represent my images
I’m looking for something equivalent to:
img = PIL.Image.open(image1).convert('L')
img.getdata()