Constant libjxl_sys::JXL_DEC_JPEG_RECONSTRUCTION[][src]

pub const JXL_DEC_JPEG_RECONSTRUCTION: JxlDecoderStatus = 8192;

Informative event by JxlDecoderProcessInput: JPEG reconstruction data decoded. JxlDecoderSetJPEGOutBuffer 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 JXL_DEC_FULL_IMAGE.