In my current project, I need to create an image from two others (one serve as background, the other one is “put” over), and attach it to an object. I’m used to do the attachment part with paperclip, but I’ve never dealt with image generation yet. I know that paperclip can do some things like that (resize pictures, etc), but I don’t know how to do what I want. Is there enough in paperclip itself to do this ? What are tools given to me then ? If not, what are the prefered options ?
Thanks for your time!
We ended up using
Paperclip.runto generate the image using imagemagick.