{"id":66653,"library":"exoquant","title":"exoquant","description":"Very high quality image quantization library.","status":"active","version":"0.2.0","language":"rust","source_language":null,"source_url":"https://github.com/exoticorn/exoquant-rs","tags":["image","quantization","palette","graphics"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nexoquant = \"0.2.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add exoquant","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Quantizer","correct":"use exoquant::Quantizer;"}],"quickstart":{"code":"use exoquant::Quantizer;\n\nfn main() {\n    let quantizer = Quantizer::new();\n    let pixels = vec![0u8; 100];\n    let palette = quantizer.quantize(&pixels, 256).unwrap();\n    println!(\"Palette size: {}\", palette.len());\n}","lang":"rust","description":"Quantize an image to a palette."},"warnings":[],"env_vars":null,"search_vec":"'exoqu':1 'graphic':11 'high':3 'imag':5,8 'librari':7 'palett':10 'qualiti':4 'quantiz':6,9","created_at":"2026-06-17T17:26:37.657716+00:00","updated_at":"2026-06-17T17:26:37.657716+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/exoticorn/exoquant-rs","github":"https://github.com/exoticorn/exoquant-rs","docs":"https://docs.rs/exoquant/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}