Skip to content

Instantly share code, notes, and snippets.

@abcjjy
Created July 2, 2014 08:36
Show Gist options
  • Save abcjjy/dc2bd1615021a298f480 to your computer and use it in GitHub Desktop.
Save abcjjy/dc2bd1615021a298f480 to your computer and use it in GitHub Desktop.
Add annotation to image with imagemagick
#!/bin/bash
convert -background black -fill white -gravity center -font font.otf
-pointsize 60 \
-size 768x90 \
caption:"Clean graphic design" \
stage1.png +swap -gravity south -composite stage1-en.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment