LIBJXL
|
Utility functions to compress and decompress ICC streams. More...
Go to the source code of this file.
Functions | |
JXL_EXPORT JXL_BOOL | JxlICCProfileEncode (const JxlMemoryManager *memory_manager, const uint8_t *icc, size_t icc_size, uint8_t **compressed_icc, size_t *compressed_icc_size) |
JXL_EXPORT JXL_BOOL | JxlICCProfileDecode (const JxlMemoryManager *memory_manager, const uint8_t *compressed_icc, size_t compressed_icc_size, uint8_t **icc, size_t *icc_size) |
Utility functions to compress and decompress ICC streams.