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

Method posterize_bits

src/attr.rs:331–333  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

329 #[inline]
330 #[must_use]
331 pub(crate) fn posterize_bits(&self) -> u8 {
332 self.min_posterization_output.max(self.min_posterization_input)
333 }
334}
335
336impl Drop for Attributes {

Callers 2

newMethod · 0.80
add_imageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected