> 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";
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to