Can anyone help convert this command line

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
StoneHenge

Can anyone help convert this command line

Post by StoneHenge »

Can anyone help convert:

Code: Select all

convert dragon.jpg \
            -fill '#0008' -draw 'rectangle 5,128,114,145' \
            -fill white   -annotate +10+141 'Faerie Dragon' \
            label_dim_draw.jpg
for use in a Perl script?
StoneHenge

Re: Can anyone help convert this command line

Post by StoneHenge »

StoneHenge wrote: Can anyone help convert:

Code: Select all

convert dragon.jpg \
            -fill '#0008' -draw 'rectangle 5,128,114,145' \
            -fill white   -annotate +10+141 'Faerie Dragon' \
            label_dim_draw.jpg
for use in a Perl script?


Nevermind, I got it to work :lol:
Post Reply