JxlDecoderSetProgressiveDetail

Function JxlDecoderSetProgressiveDetail 

Source
pub unsafe extern "C-unwind" fn JxlDecoderSetProgressiveDetail(
    dec: *mut JxlDecoder,
    detail: JxlProgressiveDetail,
) -> JxlDecoderStatus
Expand description

Configures at which progressive steps in frame decoding the JxlDecoderStatus::FrameProgression event occurs. The default value for the level of detail if this function is never called is JxlProgressiveDetail::DC.

§Parameters

§Returns