Hey Kevin, I've used Image Magick on other projects but not in ruby. Mostly for post-processing uploaded pictures for performance reason (like someone uploads a photo and you want to resize it so its consistent with the site layout, thumbnails etc)
Are you going to actually merge images or just resize? If you're just resizing paperclip worked pretty good on my last project. https://github.com/thoughtbot/paperclip -Jason On Mon, Mar 19, 2012 at 1:45 PM, Kevin Ball <[email protected]> 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] > http://groups.google.com/group/sdruby -- email: [email protected] -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
