Created
December 2, 2015 17:36
-
-
Save bradschm/de996c0b08c093354cce to your computer and use it in GitHub Desktop.
Need imagemagick command line tools. Adds text to an image.
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
| 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