Hi,
I made my first steps trying the annotate command with
perlmagick
with the following code:
my ($image,$p);
my $text;
my $k;
$image=Image::Magick->new;
$p=$image->Read('C:\\tmp\\magick\\fk.jpg');
$k=$image->Read('C:\\tmp\\magick\\paws_grey.gif')
;
$p=$image->Annotate(font=>'arial.ttf',pointsize=>
20, stroke=>'blue',
tile=>$k,
text=>'Testtesttest',x=>10,y=>100);
I received the following error message:
Exception 410: unrecognized option `tile' at
C:\tmp\magick\magick.pl
line 40.
I' m using perlmagick 6.2.8 with perl v5.8.7
Can anybody please tell me if I runned into a bug or I made
some bloody
beginners mistake....
Thanks for you help
Frank
_______________________________________________
Magick-users mailing list
Magick-users imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick
-users
|