How can I do this?

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
osde8info

Re: How can I do this?

Post by osde8info »

as well as convert you'll need to install the imagick package
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: How can I do this?

Post by Bonzo »

As I have said before I can not understand why they went with the name Imagick as it causes confusion.
You need ImageMagick installed to use Imagick as Imagick is an API for Imagemagick using php BUT ImageMagick will work without Imagick.

Also how do you want to write the code in php stephan? You can use the command line code as I do, use Imagick or MagickWand for php.
Post Reply