summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Begin re-writing in RustTavian Barnes2020-05-011-480/+0
|
* Make striping optional.Tavian Barnes2015-10-041-55/+68
|
* Add support for Morton order.Tavian Barnes2015-10-041-39/+2
|
* Make frame rate independent of custom widths.Tavian Barnes2014-08-101-1/+2
|
* Allow image size and initial position to be specified on the command line.Tavian Barnes2014-08-081-42/+35
|
* Fix off-by-one in stripe code.Tavian Barnes2014-08-071-1/+1
|
* Support average selection.Tavian Barnes2014-08-071-46/+178
|
* Split out option handling into its own file.Tavian Barnes2014-08-061-335/+3
|
* Colorize usage.Tavian Barnes2014-08-051-23/+162
|
* Use a repeatable cross-platform PRNG.Tavian Barnes2014-08-041-17/+13
|
* Uniform neighbor selection.Tavian Barnes2014-08-041-22/+17
|
* Clean up and correct nearest-neighbor algorithm.Tavian Barnes2014-08-041-6/+6
|
* Don't allow a bit depth of 1.Tavian Barnes2014-05-171-1/+1
|
* 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