Function transform_to_srgb
Source pub fn transform_to_srgb(rgb: &[u8], profile: &ColorProfile) -> Result<Vec<u8>>
Expand description
Transform RGB pixels from source ICC profile to sRGB.
§Arguments
rgb - RGB8 pixel data (3 bytes per pixel)
profile - Source color profile
§Returns
Transformed RGB8 pixels in sRGB color space, or the original if already sRGB.