diff --git a/tools/genexamples.sh b/tools/genexamples.sh index b2c2bd3..ed614cf 100755 --- a/tools/genexamples.sh +++ b/tools/genexamples.sh @@ -18,8 +18,8 @@ while read infile; do pngfile="examples/$(basename -s .in "$infile")-$hash-$matrix.png" echo "Generating $svgfile" python3 -m colorhash "$infile" --output-type svg --out "$svgfile" --hash "$hash" --matrix "$matrix" - echo "Generating $pngfile" - convert "$svgfile" "$pngfile" + #echo "Generating $pngfile" + #convert "$svgfile" "$pngfile" done done done