MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / liq_get_max_quality

Function liq_get_max_quality

imagequant-sys/src/ffi.rs:276–279  ·  view source on GitHub ↗
(attr: &liq_attr)

Source from the content-addressed store, hash-verified

274#[no_mangle]
275#[inline(never)]
276pub extern "C" fn liq_get_max_quality(attr: &liq_attr) -> c_uint {
277 if bad_object!(attr, LIQ_ATTR_MAGIC) { return !0; }
278 attr.inner.quality().1.into()
279}
280
281#[no_mangle]
282#[inline(never)]

Callers

nothing calls this directly

Calls 1

qualityMethod · 0.80

Tested by

no test coverage detected