ImageMagick
Skip to content
Search
Advanced search
Quick links
Unanswered topics
Active topics
Search
FAQ
Login
Magick
Board index
ImageMagick Program Interfaces
PerlMagick
Search
Does read still load image data if there is an error?
PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
Print view
Search
Advanced search
1 post • Page
1
of
1
magick
Site Admin
Posts:
11064
Joined:
2003-05-31T11:32:55-07:00
Quote
Post
by
magick
»
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";
The exception will explain exactly what ImageMagick does not like about the image.
Top
Post Reply
Print view
1 post • Page
1
of
1
Return to “PerlMagick”
Jump to
ImageMagick
↳ Users
↳ Developers
↳ Bugs
↳ Consulting
↳ Kudos and Rants
↳ Announce
ImageMagick Program Interfaces
↳ MagickWand
↳ Magick++
↳ PerlMagick
↳ IMagick
↳ MagickWand for PHP
↳ Windows COM+ & Visual Basic
↳ Magick Scripting Language
↳ Magick.NET
ImageMagick Studio Web Interface
↳ MagickStudio
Digital Image Processing
↳ Digital Image Processing
↳ Fred's Scripts