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
Problem to translate an Imagemagick command into perlmagic
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Problem to translate an Imagemagick command into perlmagic
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.
Sorry I do not code in PerlMagick.