J
Jonathan Denni
Is there a way to resample(resize) images in ruby?
Erik said:Have a look at RMagick:
http://rmagick.rubyforge.org/
I use it for all my automated image manipulations.
gegroet,
Erik V. - http://www.erikveen.dds.nl/
Awesome! Will I be able to use this on a Ruby supporting server such as
site5 or hostmonster?
Jason said:I wrote a really simple script for doing just that, using RMagick.
Check it
out if you'd like:
http://www.jason-palmer.com/2006/11/26/rmagick-batch-image-thumbnailing/
A.S. Bradbury said:MiniMagick (http://rubyforge.org/projects/mini-magick/) may be a
better fit for a shared hosting environment (less chance of getting
your application killed for memory usage). It's just a wrapper to the
ImageMagick mogrify tool.
Alex
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.