Wiem że na pewno do tego celu użyję imagecopy
Wiem jak nałożyć jedną grafikę:
$image = imagecreatefromjpeg("gory.jpg"); $image2 = imagecreatefromgif("znak.gif"); imagecopy($image, $image2, 400, 300, 0, 0, $width, $height);
$image = imagecreatefromjpeg("gory.jpg"); $image2 = imagecreatefromgif("znak.gif"); imagecopy($image, $image2, 400, 300, 0, 0, $width, $height);