Merging two images

Hi i need a help,

I am using paperclip to deal with images.
My new need is to merge image which is stored in s3 with another png
image so i will get a new image and this merged image have to be saved
in s3.

How to do this pls help;

Thanks,
Manoj Menon.

You need ImageMagick. Play around with it. Then use RMagick to implement
the same thing in your ruby app.


Dheeraj K.

Dheeraj K. wrote in post #1118551:

You need ImageMagick. Play around with it. Then use RMagick to implement
the same thing in your ruby app.


Dheeraj K.

Thank you, could you please explain more, Imagemagick is a gem?

Why don’t you try googling?


Dheeraj K.

On Tue, Aug 13, 2013 at 2:09 AM, Manoj M. [email protected] wrote:

Dheeraj K. wrote in post #1118551:

You need ImageMagick. Play around with it. Then use RMagick to implement
the same thing in your ruby app.


Dheeraj K.

Thank you, could you please explain more, Imagemagick is a gem?

http://www.imagemagick.org/Usage/compose/