Page 1 of 1

Re: ImageMagick & OS X 10.5 Server

Posted: 2007-12-06T08:39:50-07:00
by Bonzo
I would have checked out the SlideShowPro Director forum first there are a few posts about ImageMagick installations there.

If you can run some php code this will give you the path and you then need to put it into define('MAGICK_PATH', 'C:\Program Files\ImageMagick-6.3.5-Q16\convert.exe');

Code: Select all

<?php
echo "<pre>";
system("type convert"); 
echo "</pre>";
?>