Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > [ANN] RMagick 1.9.1

Reply
Thread Tools

[ANN] RMagick 1.9.1

 
 
Timothy Hunter
Guest
Posts: n/a
 
      09-09-2005
RMagick 1.9.1 is now available on RubyForge. This is primarily a bug-fix
release. The most important change is an enhancement suggested by Ara T.
Howard last week, here on comp.lang.ruby. This change enhances the
Image#import_pixels method to accept a buffer of binary pixel data in
the form of a string argument. In this case import_pixels can pass the
pixel data directly to ImageMagick without going through the overhead of
extracting the pixel data from an array of Fixnums.

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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between gem install rmagick and port rb-rmagick Pito Salas Ruby 1 04-24-2009 09:29 PM
RMagick error: " no such file to load -- RMagick" jeljer te Wies Ruby 2 03-23-2009 12:23 AM
ANN: RMagick 1.4.0 released Tim Hunter Ruby 0 02-15-2004 04:36 PM
RMagick is nice... bar chart Robert Feldt Ruby 2 08-22-2003 12:42 AM
[ANN] RMagick moves to RubyForge Tim Hunter Ruby 0 07-26-2003 11:21 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57