from the installation instructions
Quote:
|
Alternatively, if you plan to use the GD 2.0.x Graphics Library instead of ImageMagick, you will need to set $usegd = 1; where indicated, in order to use GD2 instead of ImageMagick's mogrify to handle image resizing.
|
I want to use the GD 2.0.x Graphics Library but how do I do it?
in the config file there is this line only
$mogrify_command = "/usr/bin/mogrify";
do I comment it out?
Where do set $usegd = 1?
Thanks in advance