Updated the color-handling crate, palette
, from 0.6
to 0.7
. Users will
need to change from using palette::Pixel::from_raw_slice
to
palette::cast::from_component_slice
for preparing the input image buffer.
Consult the documentation or lib.rs
file for examples.
#3 - Upgrade dependencies, update CI/CD workflows, bump to 0.2.0
Improved SLIC calculation speed by ~15-20% after refactoring calculation loop.
#1 - Bump to 0.1.1, Optimize slic index computation
- Initial Commit