Hi there,
I hope someone is using Image::Magick here. I just installed it (win
xp, active Perl...), I'm trying to anotate some text, here is my
example script:
use Image::Magick;
my $colour1 = ("ff");
my $colour2 = ("ff");
my $text = ("Hello World");
my $image=Image::Magick->new;
$image->
I may have compiled it initially but I later used the sysinstall program on free
bsd to download the bsd port ver image-Magic-5.5.7.11-1
--
Regards
David Inglis
Quoting "Randy W. Sims" <[EMAIL PROTECTED]>:
> On 7/20/2004 8:12 PM, David Inglis wrote:
>
> > I am having trouble using image magick
On 7/20/2004 8:12 PM, David Inglis wrote:
I am having trouble using image magick on a free bsd box, the code below works
fine on redhat but gets the following error message using bsd
/libexec/ld-elf.so.1:
/usr/local/lib/perl5/site_perl/5.8.3/i386-freebsd/auto/Image/Magick/Magick.so:
Undefined symbo
I am having trouble using image magick on a free bsd box, the code below works
fine on redhat but gets the following error message using bsd
/libexec/ld-elf.so.1:
/usr/local/lib/perl5/site_perl/5.8.3/i386-freebsd/auto/Image/Magick/Magick.so:
Undefined symbol "AcquireMagickMemory"
Can anybody give