Problem to translate an Imagemagick command into perlmagic

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Tiramisu
Posts: 2
Joined: 2017-05-18T17:59:02-07:00
Authentication code: 1151

Problem to translate an Imagemagick command into perlmagic

Post 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
User avatar
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

Post 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.
Post Reply