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

Method height

src/image.rs:226–228  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

224 #[must_use]
225 #[inline(always)]
226 pub const fn height(&self) -> usize {
227 self.px.height as _
228 }
229
230 #[inline(always)]
231 pub(crate) fn gamma(&self) -> Option<f64> {

Callers 3

new_internalMethod · 0.45
set_importance_mapMethod · 0.45
contrast_mapsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected