View Single Post
Old January 14th, 2009, 01:59 PM   #14 (permalink)
DotHQ
Junior Member
Verified Customer
 
Join Date: Nov 2005
Location: Ohio USA
Posts: 27
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";
DotHQ is offline   Reply With Quote