Page 1 of 1

I need urgent help...

Posted: 2008-06-20T01:09:20-07:00
by umitdogan
Hi all,
I have spent hours with working magicwand for PHP. But there is not enough information on the net.
So I hope someone can me give me some tricks and tips.
Well, all i want to do is.
1-Create blank transparent image.
2-Add new images on it, rotate(without anybackgound), scale them to width and height.
3-Add some text items, rotate, scale them to desired width and height.
But I could not manage to add more than one image to base image.
I cound not manage to rotate added image without any backgound(i.e. transparent)
I will be very glad for responses.
Thank you.

Re: I need urgent help...

Posted: 2008-06-22T21:53:43-07:00
by anthony
MagickWand is a standard interface which is documented on the IM website. It is not specific to PHP but for quite a number of languages, which is why it is called magickWand.

The other PHP direct API interface is 'imagick' which is another variation and is documented on the PHP module.