okaneco / kmeans-colors

k-means clustering library and binary to find dominant colors in images
Apache License 2.0
133 stars 9 forks source link

Update metadata for 0.5 release; CI/CD, clippy, `image` fixups #49

Closed okaneco closed 2 years ago

okaneco commented 2 years ago

Update image crate to 0.24, fix deprecation of PngEncoder::encode Remove strip from CD due to cargo strip stabilization Make CI test cargo doc build with palette_color feature Add get_kmeans_hamerly test to lib.rs doctest Fix clippy lints for late init, this shortens code overall Change ImageBuffer calls to as_raw where possible, removes an allocation Save palette files with Adaptive filtering to save more space Update Cargo.lock Specify more precise dependencies in Cargo.toml Strip symbols in release in Cargo.toml Update version number in README.md Update changelog