Re: xampp and ImageMagick on Vista
Posted: 2009-01-29T14:18:48-07:00
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.
If you are talking about Imagick you will need to uncoment this line on the php.ini file in the Apache folder.
If you want to run MagickWand for php I have no idea.
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");
?>
Code: Select all
extension=php_imagick.dll