Module compressed_icc

Module compressed_icc 

Source
Expand description

Utility functions to compress and decompress ICC streams.

Functions§

JxlICCProfileDecode
Allocates a buffer using the memory manager, fills it with the decompressed version of the ICC profile in compressed_icc, returns the result through icc and indicates its size through icc_size.
JxlICCProfileEncode
Allocates a buffer using the memory manager, fills it with a compressed representation of an ICC profile, returns the result through output_buffer and indicates its size through output_size.