Skip to content

Instantly share code, notes, and snippets.

@wellsie
Created April 1, 2016 00:07
Show Gist options
  • Save wellsie/9bcfeb9f2b3869e5e555c926e4f2c0e2 to your computer and use it in GitHub Desktop.
Save wellsie/9bcfeb9f2b3869e5e555c926e4f2c0e2 to your computer and use it in GitHub Desktop.
GraphicsMagick text overlay
#!/bin/bash -eux
gm convert -font helvetica -fill blue -pointsize 36 -draw "text 15,50 'hello'" source.jpg destination.jpg
@cyb3rsalih
Copy link

cyb3rsalih commented Apr 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment