pub const JXL_DEC_JPEG_RECONSTRUCTION: JxlDecoderStatus = 8192;
Expand description

Informative event by @ref JxlDecoderProcessInput “JxlDecoderProcessInput”: JPEG reconstruction data decoded. @ref JxlDecoderSetJPEGBuffer may be used to set a JPEG reconstruction buffer after getting the JPEG reconstruction data. If a JPEG reconstruction buffer is set a byte stream identical to the JPEG codestream used to encode the image will be written to the JPEG reconstruction buffer instead of pixels to the image out buffer. This event occurs max once per image and always before @ref JXL_DEC_FULL_IMAGE.