Posted: 2006-03-07T08:19:54-07:00
The way to determine what exceptions are occurring is to write the exception out. Something like this:
- $x = $image->Read(...);
warn "$x" if "$x";