Page 1 of 1

Re: xampp and ImageMagick on Vista

Posted: 2009-01-29T14:18:48-07:00
by Bonzo
I use Imagemagick with XAMPP and XP.

I downloaded and installed Imagemagick from here: http://www.imagemagick.org/script/binar ... hp#windows

Restarted XAMPP and when I ran this program in localhost it worked OK.

Code: Select all

<?php 
header("Content-Type: text/plain"); 
system("convert -version"); 
?> 
If you are talking about Imagick you will need to uncoment this line on the php.ini file in the Apache folder.

Code: Select all

extension=php_imagick.dll
If you want to run MagickWand for php I have no idea.