load_image 3.3.2

Load PNG or JPEG with color profile support
Documentation
1
2
3
4
5
6
7
pub const GRAY: &[u8] = include_bytes!("gray.icc");

#[cfg(any(feature = "jpeg", feature = "mozjpeg"))]
pub const CMYK: &[u8] = include_bytes!("cmyk.icc");

#[cfg(any(feature = "jpeg", feature = "mozjpeg"))]
pub const ADOBE1998: &[u8] = include_bytes!("AdobeRGB1998.icc");