View Single Post
Old 10-29-2005, 01:37 PM  
blazin
Confirmed User
 
Join Date: Aug 2002
Posts: 2,781
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......
blazin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote