Created
April 1, 2016 00:07
-
-
Save wellsie/9bcfeb9f2b3869e5e555c926e4f2c0e2 to your computer and use it in GitHub Desktop.
GraphicsMagick text overlay
This file contains hidden or 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
Hi! Now I need this feature for node.js version of gm.
I can't find equivalent code for text overlay.
https://github.com/aheckmann/gm