Lire l'image Python

from skimage import io

img = io.imread(file_path)
FriedOxygen