Registry / other / exoquant

exoquant

JSON →
library0.2.0rscratesunverified

Very high quality image quantization library.

# Cargo.toml [dependencies] exoquant = "0.2.0"
INSTALL
IMPORT
SIG · EXOQUANT
E
exoquant
otherrustv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Quantizer
use exoquant::Quantizer;

Quantize an image to a palette.

use exoquant::Quantizer; fn main() { let quantizer = Quantizer::new(); let pixels = vec![0u8; 100]; let palette = quantizer.quantize(&pixels, 256).unwrap(); println!("Palette size: {}", palette.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
exoquant — cargo add exoquant · libregistry