Well it is put two pictures in PHP is simple and functional How to make a watermark Started! <?PHP header("content-type: image/jpg"); $firsta=imagecreatefromjpeg('yaoo.jpg');#First $second=imagecreatefromjpeg('troll.jpg');#Second //This creates the two images that use #An image on the other imagecopy($first,$second,300,300,0,0,211,170); //<-- Coordinates #}... imagejpeg($first); #Destroy both! imagedestroy($first); imagedestroy($second); ?> PHP: Done..
God, please let users read this tutorial, much more information! http://www.htmlguard.com/articles/dynamic-image-watermarks-with-php/