Mam taki kod:
$image = imagecreatefromjpeg("Kreskowka.jpg"); imagejpeg($image); $font = 'courier_new.ttf'; $white = imagecolorallocate($image, 255, 255, 255); imagettftext($image, 50, 90, 100, 1600, $white, $font, 'Pozdrowienia z nad morza');
Ale on nie działa

Czemu
