This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #/bin/bash | |
| # Adapted from here https://imagemagick.org/discourse-server/viewtopic.php?p=163774#p163774 | |
| # Requires Imagemagick 7 and a monospace font. Tested on Ubuntu 20.04 | |
| FONT= # replace with path to monospace font | |
| POINTS=18 | |
| COUNT=0 | |
| TEXT= # replace textfile.txt with path to plain text file |