Re: 6.5.2.9 -> 6.5.7.0 breaks my app
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
> 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";