I have created a script that simply take an existing image
Code: Select all
$im = imagecreatefromjpeg("superdupermappyland.jpg");Code: Select all
imagefilledrectangle($im,$x-2,$y-2,$x+2,$y+2,$red);What I need to to is, instead of drawing little rectangles I need to draw another image on the existing image (i.e icon.jpg).
If anyone could please assist, It would be greatly appreciated.