Posted: 2006-08-22T20:48:52-07:00
PerlMagick returns a status which you can print to determine the cause of any failure. For example,
- $x = $image->Write();
warn "$x" if "$x";
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
http://mirror.imagemagick.org/discourse-server/
http://mirror.imagemagick.org/discourse-server/viewtopic.php?t=7268