Type Definition jpegxl_sys::JxlEncoder[][src]

type JxlEncoder = JxlEncoderStruct;

Opaque structure that holds the JPEG XL encoder.

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