Constant libjxl_sys::JXL_DEC_FULL_IMAGE[][src]

pub const JXL_DEC_FULL_IMAGE: JxlDecoderStatus = 4096;

Informative event by JxlDecoderProcessInput: full frame decoded. JxlDecoderSetImageOutBuffer must be used after getting the basic image information to be able to get the image pixels, if not this return status only indicates we’re past this point in the codestream. This event occurs max once per frame and always later than JXL_DEC_DC_IMAGE.