|
Posted by nntpman68 on April 1, 2008, 6:13 pm
Please log in for more thread options Thanks a lot Frank,
That's also the one, which I found and tried to understand.
Any perl script displaying a text with the Image::Magick::Draw method
would solve my current problem.
Perhaps I manage to google for an example, though I didn't get a useful
hit so far
bye
N
Frank Seitz wrote:
> nntpman68 wrote:
>> I'd like to do the same in perl:
>>
>> my $g = Image::Magick->new;
>> $g->Set(size=>"64x64");
>> $g->ReadImage('xc:transparent');
>> $g->Draw( primitive => 'text', BUT_WHAT_IS_THE_SYNTAX_HERE_???? );
>> $g->Write("test.png");
>>
>> and don't really know where to look.
>>
>> Any hint / document is welcome
>
> I know the problem.
> http://imagemagick.org/script/perl-magick.php
> At least you find the possible parameters there.
>
> Frank
|