Type Definition libjxl_sys::JxlEncoderOptions[][src]

type JxlEncoderOptions = JxlEncoderOptionsStruct;

Opaque structure that holds frame specific encoding options for a JPEG XL encoder.

Allocated and initialized with JxlEncoderOptionsCreate(). Cleaned up and deallocated when the encoder is destroyed with JxlEncoderDestroy().