themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to creata an image with a text on a transparent background

Install ImageMagick and run

magick -background none -fill black -font Arial.ttf -pointsize 72 label:"This is the text" output.png