Hello,
Hoping we have someone who maybe able to shed some light on an error we keep
getting when attempting to use ImageMagick w/Perl
###############################################################
ERROR: Exception 435: unable to open image
my $image = Image::Magick->new();
my($i);
$i = $image->Read($imgtoread);
error("Error Reading Image: $imgtoread <br>$i","Reading Image Error") if $i;
[/code]
The $imagetoread is there, but keep getting the Error: Exception 435: unable to
open image ... and haven't been able to identify what this error means ??
Any help much appreciated,
Mike(mickalo)Blezien
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>