Page 1 of 1

Problem to translate an Imagemagick command into perlmagic

Posted: 2017-05-18T18:11:03-07:00
by Tiramisu
Hi,
perhaps it is very simple for you, but I cannot find the correct translation.

What works fine on the command line:
convert neu.png stempel.png -gravity Northwest -geometry +890+876 -composite neu2.png

What I want: How can I translate this command into Perl?

Sorry, if this question is too stupid, but I can't find the answer.
And very many thanks in advance,
Dani

Re: Problem to translate an Imagemagick command into perlmagic

Posted: 2017-05-18T18:43:54-07:00
by fmw42
see http://www.imagemagick.org/script/perl- ... manipulate for composite and http://www.imagemagick.org/script/perl- ... -attribute for -gravity and -geometry.

Sorry I do not code in PerlMagick.