Need to overlay one image over another and then create an image from the result

Hi all,

As part of my web application I allow users to upload images which are then displayed on various external websites. What I would like to do is place the logo of my website on the bottom right corner of the image uploaded by the user, and then create a separate image from it which I can distribute to the external websites.

Does anyone know of an extension or jQuery package that could handle this for me?

Thanks!

Turns out all I needed to use was the ‘watermark’ function of EasyImage which I had already implemented.