img = pilimage.open('breugel-the-harvesters.jpg') img_np=np.array(img) img_np.shape
(552, 750, 3)
display(img)