Skip to content

Instantly share code, notes, and snippets.

@bradschm
Created December 2, 2015 17:36
Show Gist options
  • Select an option

  • Save bradschm/de996c0b08c093354cce to your computer and use it in GitHub Desktop.

Select an option

Save bradschm/de996c0b08c093354cce to your computer and use it in GitHub Desktop.
Need imagemagick command line tools. Adds text to an image.
convert input.png -font Arial -pointsize 20 -draw "gravity north fill white text 5,80 '$YOURTEXTVARIABLE' " output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment