Friday, August 14, 2015

Convert text to an image

Trick sour ce


$ echo "My text" | convert -background black -fill white -font Ubuntu-Mono-Bold -pointsize 40 label:@- text.jpg

In order to check the available fonts for ImageMagik:

$ convert -list font

No comments: