Project

rmagick4j

0.03
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
RMagick is a Ruby binding to ImageMagick and GraphicsMagick. RMagick4J implements ImageMagick functionality and the C portions of RMagick for use with JRuby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

Gem Version Build Status

RMagick4J

RMagick is a Ruby binding to ImageMagick and GraphicsMagick. RMagick4J implements ImageMagick functionality and the C portions of RMagick for use with JRuby.

API docs

You can find the generated API documentation here:

http://www.rubydoc.info/gems/rmagick4j

Installation

With Bundler

# Gemfile
gem 'rmagick4j', require: 'RMagick'

Authors

This project was written by Thomas Palmer, Sergio Arbeo, Thomas Enebo, and Uwe Kubosch with lots of help from the JRuby community.

License

See LICENSE.md

Creating

To create a gem you should run rake. The useful targets are

:clean, :compile, :gem, :release, :test

To create a new release, you should:

  • Add new version entry to History.txt
  • Update lib/rmagick4j/version.rb to contain new version
  • rake release