|
Based on the error message, there is a problem with the ImageMagick Perl module. You can try reinstalling ImageMagick or edit the image.pl file to set the $module value to 0 which will force it to use the ImageMagick command line tools. You can find that on line 6 of the image.pl file:
my $module = 1;
Change it to:
my $module = 0;
__________________
I don't endorse a god damn thing......
|