Merge two images

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
Flow

Merge two images

Post 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
Flow

Re: Merge two images

Post by Flow »

OK, it works!

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

greetz
Flow
Post Reply