Function jpegxl_sys::decode::JxlDecoderSetOutputColorProfile

source ·
pub unsafe extern "C" fn JxlDecoderSetOutputColorProfile(
    dec: *mut JxlDecoder,
    color_encoding: *const JxlColorEncoding,
    icc_data: *const u8,
    icc_size: usize
) -> JxlDecoderStatus