I am using PHP & GD library.
I want to draw an image (say this one: http://www.gravatar.com/avatar/107f2fafb2d29fedc3783b141139a878?s=128&d=identicon&r=PG) over another image: http://www.geekpedia.com/gallery/fullsize/simplistic-windows-wallpaper.jpg at specified coordinates (top-left or top-right or anywhere in the image).
How to do that using PHP and GD library.
imagecopy() or imagecopymerge(). It's documentation brings exemples too.
imagecopy()
imagecopymerge()
2.1m questions
2.1m answers
60 comments
57.0k users