View Single Post
Old October 24th, 2007, 04:35 AM   #3 (permalink)
Cuervo
Junior Member
Verified Customer
 
Join Date: Mar 2007
Posts: 18
So is the following corret and the only thing need to be change in the config-inc.php file to get ImageMagick to work?

// Path to MOGRIFY executable
// There should be no spaces in the directory names, use short names if necessary.
// Examples:
// $mogrify_command = "c:\progra~1\imagemagick\mogrify.exe";
// $mogrify_command = "c:\ImageMagick\mogrify.exe";
$mogrify_command = "/usr/local/bin/mogrify";
Cuervo is offline   Reply With Quote