okaneco / kmeans-colors

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

Upgrade palette to 0.7, bump crate version to 0.6, update CI/CD workflow #52

Closed okaneco closed 1 year ago

okaneco commented 1 year ago

Upgrade to palette 0.7.2 and image 0.24.6 versions Fix CI badge in README.md Fix lib tests for new palette version Implement traits for Rgb instead of Srgb Replace Pixel with corresponding cast::[into|from]component_slice Replace into_raw with into Add num-traits crate, use Float for generics Remove unnecessary Whitepoint bounds Default to Lab<D65, f32> in app.rs Use enum to reduce arguments in app::find_colors

cc #51