Created
April 11, 2017 16:46
-
-
Save jeremydw/48b1ad278d3f0e123ea3e3b3843033a1 to your computer and use it in GitHub Desktop.
Annotate image with text
This file contains 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 \ | |
-fill "#485A64" \ | |
-font 'HelveticaNeue.dfont' \ | |
-gravity south \ | |
-weight 400 \ | |
-draw "translate 7,53 text 0,0 'FEGRB'" \ | |
-pointsize 65 \ | |
base.png \ | |
out/out.png | |
open out/out.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment