memegen-ng ========= [![Gem Version](https://img.shields.io/gem/v/memegen-ng.svg)](https://rubygems.org/gems/memegen-ng) [![Dependency Status](https://img.shields.io/gemnasium/akerl/memegen-ng.svg)](https://gemnasium.com/akerl/memegen-ng) [![Code Climate](https://img.shields.io/codeclimate/github/akerl/memegen-ng.svg)](https://codeclimate.com/github/akerl/memegen-ng) [![Coverage Status](https://img.shields.io/coveralls/akerl/memegen-ng.svg)](https://coveralls.io/r/akerl/memegen-ng) [![Build Status](https://img.shields.io/travis/akerl/memegen-ng.svg)](https://travis-ci.org/akerl/memegen-ng) [![MIT Licensed](https://img.shields.io/badge/license-MIT-green.svg)](https://tldrlegal.com/license/mit-license) Meme generator based on [memegen](https://github.com/cmdrkeene/memegen) ## Usage Run memegen with no arguments to list the available images: EXAMPLE_HERE To make an image, provide an image name, top text, and bottom text. Either of the texts can be empty. EXAMPLE_HERE EXAMPLE_IMAGE_HERE ## Installation You'll need to install [ImageMagick](http://www.imagemagick.org/script/index.php) and [ghostscript](http://www.ghostscript.com/). On Macs, the easiest way is via [Homebrew](http://brew.sh/), where the packages are helpfully called "imagemagick" and "ghostscript". Once you have those taken care of, install the gem: gem install memegen-ng ## License memegen is released under the MIT License. See the bundled LICENSE file for details.