<?php // Create a blank image and add some text $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); ?>
a dostaję krzaki, ogólni to robię skalowanie obrazków, jak do imagejpeg() dodam parametr ze ścieżką to zapisuje przeskalowane ok. tylko nie wyświetla, nie wiem czy problem nie leży w konfiguracji serwera.
Prosz o pomoc