in reply to Image Magick convert as Perl
my $err = $image->Annotate( pointsize => 200, text => 'hello world', x => 700, y => 650, stroke => '#ff0000', fill => '#90ff40', font => '@ARIAL.TTF', # for ttf, it's at-sign then the path to the +.ttf file .. # grabbing these .ttf's from a windows box is + fine );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Image Magick convert as Perl
by GrandFather (Saint) on Sep 14, 2005 at 20:55 UTC | |
by davidrw (Prior) on Sep 14, 2005 at 22:37 UTC | |
by GrandFather (Saint) on Sep 14, 2005 at 23:08 UTC |