I need urgent help...

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
umitdogan

I need urgent help...

Post 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.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: I need urgent help...

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply