How to just render some text with the given font? Expecting something like:
echo "The slow cyan snail creeps under the eager cat" | render_text --font ./qqq.ttf --scale=18 -o text.png
I expect this to be somewhere in ImageMagick/GraphicsMagick suite.
Example use case: render the same text with multitude of fonts (and don't want to install all fonts into the system).


