Mam taki kod:
<?php $d1 ="2007-10-16 00:00:00"; if ($gm < 0) { $gm = 23; $dni --; } // create a 100*30 image $im = @imagecreatefrompng('test.png'); $textcolor = imagecolorallocate($im, 100, 990, 999); // write the string at the top left imagestring($im, 3, 60, 2, $text, $textcolor); // output the image imagepng($im); ?>
I jest napis
<?php ?>
Wiem jak zmienić kolor napisu (teraz jest niebieski), ale jak zrobić takie stroke na tym napisie chodzi mi o taka czarna otoczkę, a w środku niebieskie czy da sie tak zrobić ?