> Nothing is written to the interchange error logs so it's difficult to tell 
> what went wrong

You are not capturing any PerlMagick exceptions.  Add them and see that they
say.  For example,

  $x = $full->Read(file=>\*IMAGE);
  warn $x if "$x";
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to