On Sat, 22 Jul 2006 08:17:41 +0200, Frank Klobas wrote:
Hi Frank
> Is this an mistake in the documention for the perlmagic annotate
> command?
As you saw with my post, my local docs are for 6.2.7. If you're using 6.2.8 I
guess Annotate should respond to the tile option. Otherwise, I don't know.
Hi Ron,
thanks for your answer.
I'm sorry that I would like to discuss my mistake a little
bit further but:
In the perlmagic documentation if found the following
passage:
Annotate:
text=>string, font=>string, family=>string, style=>{Normal,
Italic, Oblique, Any}, stretch=>{Normal, UltraCondense
On Fri, 21 Jul 2006 20:10:21 +0200, Frank Klobas wrote:
hi Frank
> Can anybody please tell me if I runned into a bug or I made some
> bloody beginners mistake
User error, I'm afraid :-)).
The docs [1] say Composite() and Draw() have a tile option, but not Annotate().
[1] file:///C:/Program
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',pointsiz