Commit Graph

3 Commits

Author SHA1 Message Date
782c1fc8d1 Add full source code to example generation
This will just do a `cat` of all Python files in the colorhash/
directory and shove it into a fullsource.in file.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-05-30 11:49:42 -07:00
ad014b4ea4 Add ANSI color output, set that as the default
ANSI-based color output is available and now the default. Add a
-y / --output-type argument to select SVG or ANSI output. Also update
tools/genexamples.sh to use the SVG output type.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-05-30 11:38:33 -07:00
4a9225d27f Add a tool that will generate examples using all matrix and hash options
This tool will go through the examples directory and generate an image
for all *.in files using every hash and matrix option.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-05-22 10:57:36 -07:00