Created
July 2, 2014 08:36
-
-
Save abcjjy/dc2bd1615021a298f480 to your computer and use it in GitHub Desktop.
Add annotation to image with imagemagick
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
#!/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