summaryrefslogtreecommitdiff
path: root/make-images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make-images.sh')
-rwxr-xr-xmake-images.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/make-images.sh b/make-images.sh
index d1c3967..c5fe291 100755
--- a/make-images.sh
+++ b/make-images.sh
@@ -2,10 +2,10 @@
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
+ ./txttopng -f gallant.hex -t "$name.txt" -p "Images/$first-$name.png"
+ ./txttopng -f gallant.hex -t "$name.txt" -p "Images/$first-$name-Inverted.png" -i
done << EOF
-BasicLatin 0000 007F
+Basic-Latin 0000 007F
Latin-1-Supplement 00A0 0100
Latin-Extended-A 0100 0180
Latin-Extended-B 0180 0250
@@ -45,5 +45,5 @@ Alphabetic-Presentation-Forms FB00 FB50
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
+#./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