imagecreatefrompng("download.png");
$textcolor = imagecolorallocate($image, 0, 255, 0);
imagettftext($image, 14, 0, imagesx($image)-125, imagesy($image)-20, $textcolor, 'arial.ttf', "Webslesson");
header("Content-type: image/png");
imagepng($image);
imagedestroy($image);
}
echo "<img src='".addWatermark()."'>";
?>
what is the problem ?
Обсуждают сегодня