Page 1 of 1

Merge two images

Posted: 2007-08-30T05:01:50-07:00
by Flow
Hey,

i am a complete newbie with ImageMagick/MagickWand for PHP.

What i want to do is to merge two images! The first image i get from the user and transform it with "$handle1 = MagickTransformImage($handle1,'0x0','200x200');"

The second image is just a 200x200 pure white image on the server!

I want to merge the users image to the white image and save the result to the filesystem!

I have no idea how to do it, which functions i have to use!

please help me!

greetz

Re: Merge two images

Posted: 2007-09-10T05:15:02-07:00
by Flow
OK, it works!

Here is the answer: viewtopic.php?f=10&t=8309

greetz
Flow