"Clint" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I was able to get it fixed. Here's what I did in case someone else runs
into
> the same problem:
>
> Changed from these lines:
> my $image = new GD::Image(401,201); (btw: this line is different than
what
> is found in the text
I was able to get it fixed. Here's what I did in case someone else runs into
the same problem:
Changed from these lines:
my $image = new GD::Image(401,201); (btw: this line is different than what
is found in the text)
$image->trueColor();
to these lines:
my $image = new GD::Image->new(401,20