From 59873bd665725354b1d74e5f5f6077c47eb83280 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Tue, 26 Aug 2025 18:46:26 +0200 Subject: Rename Images, now with codepoint prefix for better sorting. --- make-images.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'make-images.sh') 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 -- cgit v1.2.3