/rmagick

An interface to the ImageMagick and GraphicsMagick image processing libraries.

Primary LanguageCMIT LicenseMIT

RMagick

Build Status

This is the official fork of RMagick. The decision to create a fork originated here, where you can read more about why it happened.

Installation

Add the following to your Gemfile:

gem 'rmagick'

Then run this:

bundle install

If you don't use a Gemfile, install it manually like this:

gem install rmagick

Require RMagick in your project as follows:

require 'rmagick'