|
A little more info:
at the bottom of my config-inc.php file I reference a path to Image Magic mogrify. Image Magic is not installed on this server. I'm using GD for images.
Would this be part of my problem? Can I simply reference GD instead of image magic? If so which GD module should be referenced.
From my config file:
// Examples:
// $mogrify_command = "c:\progra~1\imagemagick\mogrify.exe";
// $mogrify_command = "c:\ImageMagick\mogrify.exe";
$mogrify_command = "/usr/local/ImageMagick-5.5.7/bin/mogrify";
|