t
> Subject: [PHP] Re: imagettftext color problem
>
>
> And to correct one mistake in the code that was kindly pointed out but is
> here just a typo:
>
> > $bg=imagecolorallocate($img, 255, 255, 255);
> > $font_color=imageallocatecolor($img, 0, 0, 0);
>
> Should be:
>
Anni Hienola wrote:
>
> And to correct one mistake in the code that was kindly pointed out but is
> here just a typo:
>
>> $bg=imagecolorallocate($img, 255, 255, 255);
>> $font_color=imageallocatecolor($img, 0, 0, 0);
>
> Should be:
> $bg=imagecolorallocate($img, 255, 255, 255);
> $font_color=i
And to correct one mistake in the code that was kindly pointed out but is
here just a typo:
> $bg=imagecolorallocate($img, 255, 255, 255);
> $font_color=imageallocatecolor($img, 0, 0, 0);
Should be:
$bg=imagecolorallocate($img, 255, 255, 255);
$font_color=imagecolorallocate($img, 0, 0, 0);
Full
3 matches
Mail list logo