Page 1 of 1

Posted: 2006-08-22T20:48:52-07:00
by magick
PerlMagick returns a status which you can print to determine the cause of any failure. For example,
  • $x = $image->Write();
    warn "$x" if "$x";