pub const JXL_ENC_NOT_SUPPORTED: JxlEncoderStatus = 3;
Expand description

DEPRECATED: the encoder does not return this status and there is no need to handle or expect it. Instead, JXL_ENC_ERROR is returned with error condition JXL_ENC_ERR_NOT_SUPPORTED.