Skip to main content

JxlDecoder

Type Alias JxlDecoder 

Source
pub type JxlDecoder = JxlDecoderStruct;
Expand description

Opaque structure that holds the JPEG XL decoder.

Allocated and initialized with @ref JxlDecoderCreate(). Cleaned up and deallocated with @ref JxlDecoderDestroy().

Aliased Typeยง

pub struct JxlDecoder { /* private fields */ }