Skip to content

Instantly share code, notes, and snippets.

@jeremydw
Created April 11, 2017 16:46
Show Gist options
  • Save jeremydw/48b1ad278d3f0e123ea3e3b3843033a1 to your computer and use it in GitHub Desktop.
Save jeremydw/48b1ad278d3f0e123ea3e3b3843033a1 to your computer and use it in GitHub Desktop.
Annotate image with text
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