davefootball123 Posted September 30, 2012 Share Posted September 30, 2012 (edited) This probably will sound complicated but here it is. I have some php code that detects if something on a website exists...if it does...it echos an image. Sometimes there will be multiple images...and possibly upwards of 20 echoed. I have the php script set to make a blank html page...with just the echoed images on it...is it possible to have php take the images that are echoed on that html page and merge them into 1. This is the link where the images would show up http://www.southerno...ecwarnings.html Currently there are no warnings so no images are showing except the background base map.... If there is the script i coded will echo the image into the html of that page overtop the background map. What I'm hoping to do is have get all the images that are on the page...and merge them into 1. Where should I start? Thanks for any help, Dave Edited September 30, 2012 by davefootball123 Quote Link to comment https://forums.phpfreaks.com/topic/268946-merging-multiple-images-into-1-using-php/ Share on other sites More sharing options...
kicken Posted September 30, 2012 Share Posted September 30, 2012 GD Library ImageCopy or ImageCopyMerge, depending on your needs. That should get you started. Quote Link to comment https://forums.phpfreaks.com/topic/268946-merging-multiple-images-into-1-using-php/#findComment-1381973 Share on other sites More sharing options...
davefootball123 Posted September 30, 2012 Author Share Posted September 30, 2012 Can you use that to take the images in the html file and merge them..or do you have to define each image? Quote Link to comment https://forums.phpfreaks.com/topic/268946-merging-multiple-images-into-1-using-php/#findComment-1381975 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.