File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.0
2+
3+ - replace the ` clamp! ` macro with the ` clamp ` function (https://github.com/image-rs/color_quant/pull/8 )
4+ - Unify with ` image::math::nq ` as per https://github.com/image-rs/image/issues/1338 (https://github.com/image-rs/color_quant/pull/10 )
5+ - A new method ` lookup ` from image::math::nq is added
6+ - more references in docs
7+ - some syntax improvements and better names for functions borrowed from ` image::math::nq `
Original file line number Diff line number Diff line change 11[package ]
22name = " color_quant"
33license = " MIT"
4- version = " 1.0.1 "
4+ version = " 1.1.0 "
55authors = [
" nwin <[email protected] >" ]
66readme = " README.md"
77description = " Color quantization library to reduce n colors to 256 colors."
8- repository = " https://github.com/PistonDevelopers /color_quant.git"
8+ repository = " https://github.com/image-rs /color_quant.git"
You can’t perform that action at this time.
0 commit comments