Skip to content

Instantly share code, notes, and snippets.

@yurrriq
Forked from wellsie/text-overlay.sh
Created February 3, 2017 01:08
Show Gist options
  • Save yurrriq/ab82bb3b8bf216e16a5be818c8b9e573 to your computer and use it in GitHub Desktop.
Save yurrriq/ab82bb3b8bf216e16a5be818c8b9e573 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment