irtk.io.srgb_to_linear

irtk.io.srgb_to_linear(s: ndarray) ndarray

Converts an sRGB image to linear color space.

Parameters:

s – The sRGB image.

Returns:

The linear color space image.