index
:
colorsquash
this commit
main
colour quantization library and cli tool
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2023-10-09
some docs
gennyble
2023-10-09
update
gennyble
2023-10-09
clean up api
gennyble
2023-10-09
real, actual difference algorithms
gennyble
2023-10-09
fix underflow causing no colours being selected
gennyble
yay saturating sub
2023-10-09
squash
gennyble
2023-10-08
allow changing difference algorithm
gennyble
2023-02-20
collect colours multiple times with colorcollector
gennyble
2022-12-10
add comment about mapping every image
gennyble
2022-12-10
Libify colorquash
gennyble
2021-10-03
Rework color map creation, remove parallelation
gennyble
2021-09-28
add some parallelism
Devon Sawatsky
2021-09-28
remove unneeded import
Devon Sawatsky
2021-09-28
genericize quantizer
Devon Sawatsky
2021-09-28
remove a loop, improve clarity and speed
Devon Sawatsky
2021-09-28
fix pernicious bug in difference selection
Devon Sawatsky
2021-09-28
remove debug statements
Devon Sawatsky
2021-09-28
factor out the quantizer
Devon Sawatsky
2021-09-28
clarify and improve sort
Devon Sawatsky
2021-09-28
cleanup, update dependencies
Devon Sawatsky
2021-05-22
now comparing in hsv
gennyble
2021-03-16
Refactor color frequency sort
gennyble
Rust is beautiful! Ordering::then is beautiful!
2021-03-16
Fix colors being non-deterministic
gennyble
2021-03-15
Improved algorithm by adjusting tolerance
gennyble
2021-03-15
Initial commit
gennyble
Algorithm works, roughly