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.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=7268