Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
impl Drop for Attributes {
Callers
2
new
Method · 0.80
add_image
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected