Page 1 of 1

Can anyone help convert this command line

Posted: 2006-11-11T15:43:29-07:00
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?

Re: Can anyone help convert this command line

Posted: 2006-11-13T14:32:44-07:00
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: