<?xml version="1.0" encoding="UTF-8"?>
<page>
  <created-at type="datetime">2008-09-09T20:50:56Z</created-at>
  <description>Taken from the Google Code page for RMagick4J</description>
  <id type="integer">221</id>
  <name>Home</name>
  <number type="integer">2</number>
  <person-id type="integer">248</person-id>
  <text>= RMagick4J Wiki =

RMagick is a Ruby binding to [http://www.imagemagick.org/ ImageMagick] and [http://www.graphicsmagick.org/ GraphicsMagick]. RMagick4J implements [http://www.imagemagick.org/ ImageMagick] functionality and the C portions of RMagick for use with JRuby.

RMagick4J source is public domain, but it includes addition software. See [[LicenseInformation]] for more on the licenses.

You can install the gem at RubyForge? like so:

 gem install rmagick4j

And then you can use it in your software like so:

 require 'rubygems'
 gem PLATFORM == 'java' ? 'rmagick4j' : 'rmagick'
 require 'RMagick'

In a future version, the gem may be released simply as rmagick (well, rmagick-java), but for now the support is sufficiently limited that it has been deemed best to use a different name to make people aware of the difference. 
</text>
  <text-as-html>&lt;h1&gt;&lt;a name='RMagick4J_Wiki'&gt;&lt;/a&gt; RMagick4J Wiki &lt;/h1&gt;
&lt;p&gt;
RMagick is a Ruby binding to &lt;a class='external' href=&quot;http://www.imagemagick.org/&quot;&gt;ImageMagick&lt;/a&gt; and &lt;a class='external' href=&quot;http://www.graphicsmagick.org/&quot;&gt;GraphicsMagick&lt;/a&gt;. RMagick4J implements &lt;a class='external' href=&quot;http://www.imagemagick.org/&quot;&gt;ImageMagick&lt;/a&gt; functionality and the C portions of RMagick for use with JRuby.

&lt;/p&gt;&lt;p&gt;RMagick4J source is public domain, but it includes addition software. See &lt;a href='&lt;?url_for_page LicenseInformation?&gt;' class='internal'&gt;LicenseInformation&lt;/a&gt; for more on the licenses.

&lt;/p&gt;&lt;p&gt;You can install the gem at RubyForge? like so:

&lt;/p&gt;&lt;pre&gt; gem install rmagick4j
&lt;/pre&gt;&lt;p&gt;
And then you can use it in your software like so:

&lt;/p&gt;&lt;pre&gt; require 'rubygems'
 gem PLATFORM == 'java' ? 'rmagick4j' : 'rmagick'
 require 'RMagick'
&lt;/pre&gt;&lt;p&gt;
In a future version, the gem may be released simply as rmagick (well, rmagick-java), but for now the support is sufficiently limited that it has been deemed best to use a different name to make people aware of the difference. 
&lt;/p&gt;</text-as-html>
  <updated-at type="datetime">2008-09-11T23:04:41Z</updated-at>
  <wiki-id type="integer">770</wiki-id>
</page>
