I would recommend using MiniMagick (https://github.com/probablycorey/mini_magick).
It is a simple wrapper around ImageMagick's mogrify (http://www.imagemagick.org/script/mogrify.php) command, which makes it really simple to do anything ImageMagick is capable of. We get a lot of GH issues opened on the CarrierWave repo surrounding Rmagick using way too much memory, being a pain to install, and segfaulting on 1.9 -- I'd steer clear of it. James On Monday, March 19, 2012 at 1:45 PM, Kevin Ball wrote: > Hey folks, > > Does anyone have experience using RMagick or any other similar library to > generate new images from sets of existing images? Any recommendations for > gems that make this easy or tutorials on how to do it? Thanks, > > -Kevin > > -- > SD Ruby mailing list > [email protected] (mailto:[email protected]) > http://groups.google.com/group/sdruby -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
