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