index
:
colorsquash
this commit
main
colour quantization library and cli tool
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-01-14
merge rgb changes; closes #5
gennyble
2024-01-14
Accept &[RGB8] for image functiins
gennyble
2024-01-13
update deps
Devon Sawatsky
2024-01-12
squash: update to new algorithm names
gennyble
2024-01-12
colorsquash: docs and rename algorithms
gennyble
2024-01-12
squash: fix tolerance and add algorithm selection
gennyble
2023-10-15
env heaven
gennyble
2023-10-15
add -V/--version handling
gennyble
2023-10-15
remove useless fields on BuildingCli
gennyble
2023-10-15
correct error formatting license
gennyble
2023-10-15
dd style cli
gennyble
2023-10-09
cleanup squash
gennyble
2023-10-09
add note about tolerance tuning
gennyble
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
correct squash capabilities
gennyble
2023-10-09
links are hard, ok?
gennyble
2023-10-09
fix markdown footnote
gennyble
2023-10-09
output gif using gifed
gennyble
2023-10-09
accept jpeg input with zune_jpeg
gennyble
2023-10-09
fix underflow causing no colours being selected
gennyble
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
Merge branch 'newmap'
gennyble
2021-10-03
Rework color map creation, remove parallelation
gennyble
2021-09-28
parallelize
Devon Sawatsky
2021-09-28
add some parallelism
Devon Sawatsky
2021-09-28
remove cache
Devon Sawatsky
2021-09-28
add performance data to gitignore
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
2021-03-16
Fix colors being non-deterministic
gennyble
2021-03-15
Improved algorithm by adjusting tolerance
gennyble
2021-03-15
Initial commit
gennyble