const BASE_X = 0; const BASE_Y = 0; $a = imagecreatefrompng("test.png"); imagestring($a, 1, BASE_X, BASE_Y, "Текст", imagecolorallocate(255, 255, 255)); imagedestroy($a);