Created
May 4, 2017 12:20
-
-
Save twobob/9f8b53e4c262ff12d174eeecac00f965 to your computer and use it in GitHub Desktop.
For creating text into pngs from the command line
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
Magick -size 1240x1240 -background transparent -font opendyslexic-regular-webfont.ttf | |
-pointsize 36 -fill black -gravity SouthWest caption:" face, family, fun," -flatten ./TEXT.PNG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment