diff options
| author | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-08-25 23:28:57 +0200 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-08-25 23:28:57 +0200 |
| commit | a4ec12a6076b3bd8eae65f01ae2103b8b8fa54cf (patch) | |
| tree | a58ba5590fefdd3cf64fd6c374557720751b36a5 /make-images.sh | |
| parent | 038886e07458576a042441246ebc16d50a4011c7 (diff) | |
Provide inverted images.
Diffstat (limited to 'make-images.sh')
| -rwxr-xr-x | make-images.sh | 2 |
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 |
