Created
July 16, 2015 19:00
-
-
Save paulodiovani/6fd9892cb2ae763f8eb2 to your computer and use it in GitHub Desktop.
Create an internet meme from an image
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 | |
convert image-original.jpg -weight 900 -pointsize 400 -strokewidth 8 \ | |
-draw "gravity north stroke black fill white text 0,200 'DO NOT' " \ | |
-draw "gravity south stroke black fill white text 0,200 'PANIC' " \ | |
image-meme.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment