Imagemagick: Merging an image to another in specified coordinates

Hi there,

Does anyone know how to implement the same logic in this site?
http://www.thebaglab.com/customization.php?category_id=6462

  1. There is a background image on the right.
  2. Add some text to the image and place in desired position of the background image.
  3. Add an art or upload the image and place in desired position of the background image.
  4. Then when we add to cart it will add one single image with text and art/image.

How to achieve this using Imagemagic and PHP ?

Thanking you all in advance !

Regards
Raju

The imagemagick part should be straight forward as you just need to supply the positions, font etc. to the Imagemagick code.

It looks like the site you have linked to is using Ajax or Javascript for the inerface - out of interest some of the options do not work with IE9.

You will need to rember the settings for font etc. between the pages.