Directory handle: Resource id #2 Files:
Warning: imagettftext() [function.imagettftext]: Could not read font in F:\VertrigoServ\www\gd\gd3.php on line 9
<?php $l = 0; ++$l; $img = imagecreatefromjpeg("obrazek.jpg"); imagettftext($img, 20, 0, 30, 20, 0, "czcionki/".$files."", "Test"); imagejpeg($img, "img/grafika_text_".$l.".jpg", 80); imagedestroy($img); } } ?>
nie wiem czy dobrze rozumiem ale twierdzi że w danym katalogu nie ma czcionek
