mrneilrobinson Posted January 28, 2010 Share Posted January 28, 2010 hi there, does anyone know how to add an image to overlay over another image in php? i wish to have an image such as a pencil, with user able to upload their logo as a png which will overlay the image cheers neil Link to comment https://forums.phpfreaks.com/topic/190100-place-image/ Share on other sites More sharing options...
Yucky Posted January 28, 2010 Share Posted January 28, 2010 I'm presuming that you'd want to create a new image combining the two images rather than overlaying the user's image on a background or such. You'd need to use GD (there are other options though). I don't know the ins and outs enough to write code for it off the top of my head, but this looks to be along the lines of what you're after: http://www.websitepublisher.net/forums/showthread.php?t=8837 Link to comment https://forums.phpfreaks.com/topic/190100-place-image/#findComment-1002975 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.