recolor/main.py

5 lines
66 B
Python
Raw Normal View History

2022-11-11 22:43:10 -05:00
from skimage.io import imread
im = imread("image.png")
print(im)