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

Function liq_get_min_quality

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

Source from the content-addressed store, hash-verified

267#[no_mangle]
268#[inline(never)]
269pub extern "C" fn liq_get_min_quality(attr: &liq_attr) -> c_uint {
270 if bad_object!(attr, LIQ_ATTR_MAGIC) { return !0; }
271 attr.inner.quality().0.into()
272}
273
274#[no_mangle]
275#[inline(never)]

Callers

nothing calls this directly

Calls 1

qualityMethod · 0.80

Tested by

no test coverage detected