Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-10-08 | allow changing difference algorithm | gennyble | -129/+81 | |
2023-02-20 | collect colours multiple times with colorcollector | gennyble | -1/+51 | |
2022-12-10 | add comment about mapping every image | gennyble | -0/+2 | |
2022-12-10 | Libify colorquash | gennyble | -175/+233 | |
2021-10-03 | Rework color map creation, remove parallelation | gennyble | -24/+64 | |
2021-09-28 | add some parallelism | Devon Sawatsky | -2/+5 | |
2021-09-28 | remove unneeded import | Devon Sawatsky | -1/+1 | |
2021-09-28 | genericize quantizer | Devon Sawatsky | -1/+4 | |
2021-09-28 | remove a loop, improve clarity and speed | Devon Sawatsky | -18/+14 | |
2021-09-28 | fix pernicious bug in difference selection | Devon Sawatsky | -22/+9 | |
2021-09-28 | remove debug statements | Devon Sawatsky | -37/+3 | |
2021-09-28 | factor out the quantizer | Devon Sawatsky | -72/+62 | |
2021-09-28 | clarify and improve sort | Devon Sawatsky | -2/+9 | |
2021-09-28 | cleanup, update dependencies | Devon Sawatsky | -3/+4 | |
2021-05-22 | now comparing in hsv | gennyble | -114/+174 | |
2021-03-16 | Refactor color frequency sort | gennyble | -27/+1 | |
Rust is beautiful! Ordering::then is beautiful! | ||||
2021-03-16 | Fix colors being non-deterministic | gennyble | -7/+29 | |
2021-03-15 | Improved algorithm by adjusting tolerance | gennyble | -10/+46 | |
2021-03-15 | Initial commit | gennyble | -0/+90 | |
Algorithm works, roughly |