Page 1 of 1

Posted: 2006-03-07T08:19:54-07:00
by magick
The way to determine what exceptions are occurring is to write the exception out. Something like this:
  • $x = $image->Read(...);
    warn "$x" if "$x";
The exception will explain exactly what ImageMagick does not like about the image.