Rmagick::Screwdrivers¶ ↑
Simple set of classes and their binary wrappers to make routine operations with RMagick pleasant:
-
scale — to scale an image to a set of scaled images with optional watermark (text and/or date) applied
-
method:
Magick::Screwdrivers.scale
-
binary:
bin/rmagick_scale
-
collage — to produce a collage of a directory with images
-
method:
Magick::Screwdrivers.collage
-
binary:
bin/rmagick_collage
-
poster — to produce a poster from an image (a.k.a demotivator)
-
method:
Magick::Screwdrivers.poster
-
binary:
bin/rmagick_poster
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¶ ↑
-
Fork it
-
Create your feature branch (
git checkout -b my-new-feature
) -
Commit your changes (
git commit -am 'Add some feature'
) -
Push to the branch (
git push origin my-new-feature
) -
Create new Pull Request