Python Image Read

from skimage import io

img = io.imread(file_path)
FriedOxygen