tc.py 117 Bytes Edit 1 2 3 4 5 6 7 from PIL import Image import numpy as np img=Image.open("6x2.png") print(img) value=np.array(img) print(value)