Expand description
Functions related to ICC profiles.
read_icc
anddecode_icc
can be used to read embedded ICC profile from the bitstream.colour_encoding_to_icc
can be used to create an ICC profile to embed into the decoded image file, or to be used by the color management system for various purposes.
Structs§
Functions§
- Creates an ICCv4 profile from the given
EnumColourEncoding
. - Decodes the given ICC profile stream.
- Reads the encoded ICC profile stream from the given bitstream.