irtk.io.to_srgb¶ irtk.io.to_srgb(image: ndarray) → ndarray¶ Converts an image to sRGB color space. Parameters: image – The input image. Returns: The sRGB image.