Rmagick::Screwdrivers

Simple set of classes and their binary wrappers to make routine operations with RMagick pleasant:

Installation

Add this line to your application’s Gemfile:

gem 'rmagick-screwdrivers'

And then execute:

$ bundle

Or simply install the gem for binary usage:

gem install rmagick-screwdrivers

and make heavy use of it:

$ magick_collage --help
$ magick_poster -v --font DejaVuSans --type classic ~/img/img1.jpg 'Hello,' 'I’m a poster'

Usage

$ magick_poster --help
$ magick_scale --help
$ magick_collage --help

Ruhoh plugin

Contributing

  1. Fork it

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am 'Add some feature')

  4. Push to the branch (git push origin my-new-feature)

  5. Create new Pull Request