pub const JXL_DEC_FULL_IMAGE: JxlDecoderStatus = 4096;
Expand description

Informative event by @ref JxlDecoderProcessInput “JxlDecoderProcessInput”: full frame (or layer, in case coalescing is disabled) is decoded. @ref 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 @ref JXL_DEC_DC_IMAGE.