about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorLines
2023-10-09links are hard, ok?gennyble-1/+1
2023-10-09fix markdown footnotegennyble-1/+1
2023-10-09output gif using gifedgennyble-14/+58
2023-10-09accept jpeg input with zune_jpeggennyble-5/+82
2023-10-09fix underflow causing no colours being selectedgennyble-6/+8
yay saturating sub
2023-10-09squashgennyble-6/+107
2023-10-08allow changing difference algorithmgennyble-158/+192
2023-02-20collect colours multiple times with colorcollectorgennyble-1/+51
2022-12-10add comment about mapping every imagegennyble-0/+2
2022-12-10Libify colorquashgennyble-585/+256
2021-10-03Merge branch 'newmap'gennyble-21/+118
2021-10-03Rework color map creation, remove parallelationgennyble-27/+114
2021-09-28parallelizeDevon Sawatsky-16/+12
2021-09-28add some parallelismDevon Sawatsky-3/+11
2021-09-28remove cacheDevon Sawatsky-9/+3
2021-09-28add performance data to gitignoreDevon Sawatsky-0/+3
2021-09-28remove unneeded importDevon Sawatsky-1/+1
2021-09-28genericize quantizerDevon Sawatsky-1/+4
2021-09-28remove a loop, improve clarity and speedDevon Sawatsky-18/+14
2021-09-28fix pernicious bug in difference selectionDevon Sawatsky-22/+9
2021-09-28remove debug statementsDevon Sawatsky-37/+3
2021-09-28factor out the quantizerDevon Sawatsky-72/+62
2021-09-28clarify and improve sortDevon Sawatsky-2/+9
2021-09-28cleanup, update dependenciesDevon Sawatsky-31/+33
2021-05-22now comparing in hsvgennyble-114/+174
2021-03-16Refactor color frequency sortgennyble-27/+1
Rust is beautiful! Ordering::then is beautiful!
2021-03-16Fix colors being non-deterministicgennyble-7/+29
2021-03-15Improved algorithm by adjusting tolerancegennyble-10/+46
2021-03-15Initial commitgennyble-0/+511
Algorithm works, roughly