Skip to main content

JxlEncoder

Type Alias JxlEncoder 

Source
pub type JxlEncoder = JxlEncoderStruct;
Expand description

Opaque structure that holds the JPEG XL encoder.

Allocated and initialized with @ref JxlEncoderCreate(). Cleaned up and deallocated with @ref JxlEncoderDestroy().

Aliased Typeยง

pub struct JxlEncoder { /* private fields */ }