diff options
| author | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-08-26 18:46:26 +0200 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-08-26 18:46:26 +0200 |
| commit | 59873bd665725354b1d74e5f5f6077c47eb83280 (patch) | |
| tree | 76c6f577f6bfac5f9f2231267176798bd144fe30 /make-images.sh | |
| parent | 868c41b6a692e7f534306d800c38ba17c4c385e2 (diff) | |
Rename Images, now with codepoint prefix for better sorting.
Diffstat (limited to 'make-images.sh')
| -rwxr-xr-x | make-images.sh | 10 |
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 |
