Problem to translate an Imagemagick command into perlmagic
Posted: 2017-05-18T18:11:03-07:00
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
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