summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add an option to generate an animation.Tavian Barnes2014-05-171-5/+52
* Refactor main.c to take configuration on the command line instead of #defines.Tavian Barnes2014-05-161-139/+357
* Document the star pattern better.Tavian Barnes2014-05-111-1/+4
* Make kdf entirely internal to generate_image.Tavian Barnes2014-05-111-20/+21
* Refactor main.c.Tavian Barnes2014-05-111-88/+128
* Allow all possible bit-depths, not just multiples of three.Tavian Barnes2014-05-101-9/+12
* Try to be more even in which neighbor to choose.Tavian Barnes2014-03-121-18/+23
* Refactor hue comparator into color.c.Tavian Barnes2014-03-111-28/+1
* Get rid of some unreachable abort()s.Tavian Barnes2014-03-111-6/+0
* Allow different color spaces to be used for similarity measurement.Tavian Barnes2014-03-111-25/+43
* Use a better method of getting rid of HUE_SORT artifacts.Tavian Barnes2014-03-111-9/+6
* Initial commit.Tavian Barnes2014-03-111-0/+281