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