I have run a benchmark comparison between using an array argument and
using a string argument. I could copy'n'paste the the results here but
it's far simpler just to say that using the string buffer is WAAAYYY
faster. This is a much faster approach for importing pixel data into
very large images. Details on this change are in the import_pixels
documentation bundled with RMagick.
A complete list of all the fixes and enhancements in this release is
available on the RMagick home page: http://rmagick.rubyforge.org.
RMagick 1.9.1 can be downloaded from: http://rubyforge.org/projects/rmagick/
RMagick is an interface to the ImageMagick (www.imagemagick.org) and
GraphicsMagick (www.graphicsmagick.org) image processing libraries. It
supports more than 90 image formats, including GIF, JPEG, and PNG.
RMagick now includes RVG, a high-level 2D drawing API based on SVG. The
package includes comprehensive HTML documentation.