utworzyłem plik test.php
i do niego z manuala dałem ten kod
<?php $im = imagecreatetruecolor(120, 20); $text_color = imagecolorallocate($im, 233, 14, 91); imagestring($im, 1, 5, 5, 'A Simple Text String', $text_color); // Set the content type header - in this case image/jpeg // Output the image imagejpeg($im); // Free up memory imagedestroy($im);
biblioteke gb w phpinfo() jest na enabled a mimo to zamiast rysunku jak wpisze localhost/test.php widze tylko jakies krzaki. Co jest nie tak? php mam wersje 5.4.3