Image Manipulation

So I have a few different images that I want to lay ontop of one another and then send it to the browser. I was curios if there are other libraries out there besides RMagick, but I really want to know if there are any pure ruby libraries out there that can do this.

Hi El-abid,

Yes there are libraries and different methods to help you with image manipulation.

We can achieve this by using ImageMagick.

ImageMagick is a software suite to create, edit, compose, or convert bitmap images.

We can use ImageMagick to re-size, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

You can read full article on <a href="http://www.railscarma.com/blog/technical-articles/image-manipulation/&quot;&gt;Railscarma&#39;s Blog.</a>

Did you realise that you replied to a question from 2010? Is it is possible you are just spamming us to advertise your company?

Colin