[magick-users] Perlmagick help

duc.sequere.aut.de.via.decede at imagemagick.org duc.sequere.aut.de.via.decede at imagemagick.org
Thu Apr 10 07:39:37 PDT 2008


> Can anyone spot my mistake(s)?

You need to catch the exceptions being thrown which gives insight to what
went wrong.  For example,

  $x = $image->Write(filename=>'/location/new_label.pdf');
  warn "$x" if "$x";


More information about the Magick-users mailing list