New RMagick4J release

RMagick aims to implement the ImageMagick funcionality and the C
portions of RMagick for make it works in JRuby.

Current stable version: 0.3.5
Project URL: http://code.google.com/p/rmagick4j/
Installation: gem install rmagick4j

Google Summer of Code project should be thanked for making this new
release possible.

In release 0.3.5 the following improvements have been made:
- Implemented Draw primitives (affice, arc, pattern, path)
- Improved Image and ImageList:
   - crop ( http://www.imagemagick.org/RMagick/doc/image1.html#crop )
   - rotate ( http://www.imagemagick.org/RMagick/doc/image3.html#rotate )
   - store_pixels (
http://www.imagemagick.org/RMagick/doc/image3.html#store_pixels )
   - flatten_images (
http://www.imagemagick.org/RMagick/doc/ilist.html#flatten_images )
- Implemented more of Pixel (from_HSL, to_HSL, <=>, fcmp, intensity)
- Implemented the fill classes (
http://www.imagemagick.org/RMagick/doc/struct.html#fill )
- Added a side-by-side (MRI vs JRuby) image testing tool named Bullseye
- Added 680 color names. It can search, but not retrieve the name
correctly capitalized.
- Changed gem name from RMagick4J to rmagick4j.

This version should allow Gruff Graphs and Ruports to largely work
without issues. Please try out your applications with rmagick4j and
help us provide feedback. It is our goal to make a fully-compatible
implementation of RMagick4j in JRuby.

Regards,

Sergio Rodríguez Arbeo

···

--

Serabe wrote:

This version should allow Gruff Graphs and Ruports to largely work
without issues. Please try out your applications with rmagick4j and
help us provide feedback. It is our goal to make a fully-compatible
implementation of RMagick4j in JRuby.

Awesome!

···

--
RMagick: http://rmagick.rubyforge.org/
RMagick 2: http://rmagick.rubyforge.org/rmagick2.html