ImageMagick can caption stock images, but it cannot make them a meme unless you provide the right text. This tool makes no attempt to make you more popular or snarky. It only attempts to make it easier for you to magnify your inner self.
The scripts here are simply highlighting usage patterns of the convert
command which are conducive to applying captions to images.
Good luck ruling the Interwebs!
brew install imagemagick
./meme.sh duck.jpg test.jpg "Top Caption" "Bottom Caption"
./meme.rb --src duck.jpg --dest test.jpg --north "Top" --center "Middle" --south "Bottom"
meme.sh
meme.rb
mkdir $HOME/.config/ImageMagick
cd path/to/here
./typemap_gen.rb /Library/Fonts/*.ttf > $HOME/.config/ImageMagick/type.xml
ImageMagick : http://www.imagemagick.org/Usage/annotating/
Wikimedia : https://commons.wikimedia.org/wiki/File:Cute_South_African_Duck.JPG
YUI Pure CSS : http://purecss.io/base/
index.html
is used for gh-pages. If this README.md is changed, you should
updated the index.html
file using: pandoc README.md -c readme.css -o index.html
brew install pandoc
if you don't have it already.