I am developing a Facebook Application,I am trying to Insert images of my top 5 friends inside an other image through Php Code? How can do this I had searched the PhP Draw function but couldn’t Find anyone.
Through this Image you may get what I want to do
![enter image description here][1]
I had seen this Function
http://www.php.net/manual/en/function.imagecreatefromjpeg.php
You’re on the right track with the function you’ve given. However, it doesn’t quite work like this. Here’s how PHP could handle your situation: