irtk.io.linear_to_srgb¶
- irtk.io.linear_to_srgb(l: ndarray) ndarray ¶
Converts a linear color space image to sRGB.
- Parameters:
l – The linear color space image.
- Returns:
The sRGB image.
Converts a linear color space image to sRGB.
l – The linear color space image.
The sRGB image.