VorontsovIE / rmagick

An interface to the ImageMagick and GraphicsMagick image processing libraries.

Home Page:http://rmagick.rubyforge.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

An interface to the ImageMagick and GraphicsMagick image processing libraries.

http://rmagick.rubyforge.org/

License:MIT License


Languages

Language:C 54.2%Language:Ruby 45.3%Language:CSS 0.4%Language:JavaScript 0.1%