Update gallery images and generator script

This commit is contained in:
Christian Muehlhaeuser
2019-12-07 09:30:57 +01:00
parent 37a171cc8e
commit a79ec1ad7a
4 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -9,6 +9,6 @@ for style in ./styles/*.json; do
light="-l"
fi
./termshot ${light} -o ./styles/ -f "$filename" ./cmd/gold/gold -s ${style} ./cmd/gold
pngcrush -ow "./styles/$filename"
./termshot ${light} -o ./styles/gallery/ -f "$filename" ./cmd/gold/gold -s ${style} ./cmd/gold
pngcrush -ow "./styles/gallery/$filename"
done
Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB