recolor/main.py
2022-11-11 22:43:10 -05:00

5 lines
66 B
Python

from skimage.io import imread
im = imread("image.png")
print(im)