Expand description
Utility functions to compress and decompress ICC streams.
Functions§
- JxlICC
Profile ⚠Decode - Allocates a buffer using the memory manager, fills it with the decompressed
version of the ICC profile in
compressed_icc, returns the result throughiccand indicates its size throughicc_size. - JxlICC
Profile ⚠Encode - Allocates a buffer using the memory manager, fills it with a compressed
representation of an ICC profile, returns the result through
output_bufferand indicates its size throughoutput_size.