Type Definition libjxl_sys::JxlEncoder

source · []
pub type JxlEncoder = JxlEncoderStruct;
Expand description

Opaque structure that holds the JPEG XL encoder.

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