Page 1 of 1

Re: How to go about everything.

Posted: 2007-09-19T05:26:34-07:00
by vinodkalpaka
Please try this.

$magick_wand=NewMagickWand();
MagickReadImage($magick_wand,mainimage.png');

$magick_wand1=NewMagickWand();
MagickReadImage($magick_wand1,'secondimage.png');

MagickCompositeImage( $magick_wand,$magick_wand1,MW_AtopCompositeOp , 10, 10 ) ;
MagickEchoImageBlob( $magick_wand );

Re: How to go about everything.

Posted: 2007-10-24T21:54:29-07:00
by mohanraj
Can anyone please tell me how to install and configure magicwand for php

Re: How to go about everything.

Posted: 2007-10-28T11:19:51-07:00
by Bonzo
You can use ImageMagick direct from php, check out my site for some information.