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

Function liq_image_get_height

imagequant-sys/src/ffi.rs:350–353  ·  view source on GitHub ↗
(img: &liq_image)

Source from the content-addressed store, hash-verified

348#[no_mangle]
349#[inline(never)]
350pub extern "C" fn liq_image_get_height(img: &liq_image) -> c_uint {
351 if bad_object!(img, LIQ_IMAGE_MAGIC) { return !0; }
352 img.inner.height() as _
353}
354
355#[no_mangle]
356#[inline(never)]

Callers 1

Calls 1

heightMethod · 0.45

Tested by

no test coverage detected