ImageMagick seems to be working fine for me
identify IMAGE1.jpg
IMAGE1.jpg JPEG 800x479 800x479+0+0 DirectClass 1.4e+02kb
but when i use the perl module i get the 420 error:
#!/usr/bin/perl
use Image::Magick;
$p = new Image::Magick;
my $x = $p->Read("IMAGE1.jpg");
print "$x\n" if $x;
i get the following results
Exception 420: no decode delegate for this image format `IMAGE1.jpg'
I have run make test on PerlMagick and it tests jpeg fine. Anyone have any
ideas? Getting very frustrating.
--
View this message in context:
http://www.nabble.com/problem-with-perlmagick-and-jpegs-tf2053199.html#a5656820
Sent from the Magick-users forum at Nabble.com.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users