summaryrefslogtreecommitdiff
path: root/make-images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make-images.sh')
-rwxr-xr-xmake-images.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make-images.sh b/make-images.sh
index b616fa5..828156e 100755
--- a/make-images.sh
+++ b/make-images.sh
@@ -3,6 +3,7 @@
while read -r name first last; do
./lscp "0x$first" "0x$last" > "$name.txt"
./txttopng -f gallant.hex -t "$name.txt" -p "Images/$name.png"
+ ./txttopng -f gallant.hex -t "$name.txt" -p "Images/$name-Inverted.png" -i
done << EOF
BasicLatin 0000 007F
Latin-1-Supplement 00A0 0100
@@ -45,3 +46,4 @@ Specials FFF0 10000
EOF
./txttopng -f gallant.hex -t "$HOME/UTF-8-demo.txt" -p "Images/UTF-8-demo-Markus-Kuhn-2002.png"
+./txttopng -f gallant.hex -t "$HOME/UTF-8-demo.txt" -p "Images/UTF-8-demo-Markus-Kuhn-2002-Inverted.png" -i