Skip to content

Instantly share code, notes, and snippets.

@paulodiovani
Created July 16, 2015 19:00
Show Gist options
  • Save paulodiovani/6fd9892cb2ae763f8eb2 to your computer and use it in GitHub Desktop.
Save paulodiovani/6fd9892cb2ae763f8eb2 to your computer and use it in GitHub Desktop.
Create an internet meme from an image
#!/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