Sha256: 49d0ad70216faa2251ba0eb8fa2d649a8ccbcf73ce49c3367d6506e7c14b7f70

Contents?: true

Size: 1.27 KB

Versions: 2

Compression:

Stored size: 1.27 KB

Contents

# 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

## 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rmagick-screwdrivers-0.1.2 README.md
rmagick-screwdrivers-0.1.1 README.md