Created
July 23, 2014 04:47
-
-
Save williamho/01f8eed009f7db0e35dd to your computer and use it in GitHub Desktop.
gif caption overlay
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 in.gif null: \( -font "../fonts/rounded-mplus-1c-bold.ttf" -gravity South -size 480 -stroke black -fill white -channel RGBA -background transparent -pointsize 30 caption:'text here' \) -layers Composite out.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment