Skip to content

Instantly share code, notes, and snippets.

@twobob
Created May 3, 2017 13:34
Show Gist options
  • Save twobob/c71d37f324ffc35c8984cf75574e3e30 to your computer and use it in GitHub Desktop.
Save twobob/c71d37f324ffc35c8984cf75574e3e30 to your computer and use it in GitHub Desktop.
Create some text in a picture using imageMagick
Magick -size 240x240 -background transparent -font opendyslexic-regular-webfont.ttf -pointsize 18 ^
-fill black -gravity SouthWest caption:" baby, child, cute, daisy, face, family, fun, girl, happiness, human, little, one, outdoors, people, person, play, portrait, smile, toddler, young, youth " ^
-flatten ./IMG_3150.PNG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment