-
-
Save yurrriq/ab82bb3b8bf216e16a5be818c8b9e573 to your computer and use it in GitHub Desktop.
GraphicsMagick text 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
#!/bin/bash -eux | |
gm convert -font helvetica -fill blue -pointsize 36 -draw "text 15,50 'hello'" source.jpg destination.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment