fusionxn1 Posted December 17, 2006 Share Posted December 17, 2006 I am making a script to make a generated image, but im stuck on one part. I want to be able to insert a picture into the generated image.For example, i want my image to say "Hi there" on the right but I also want my avatar on the left.How would i insert an image into the generated one?Thanks(P.S. Not a background image :)) Link to comment https://forums.phpfreaks.com/topic/30956-image-generation-image-into-image/ Share on other sites More sharing options...
zq29 Posted December 17, 2006 Share Posted December 17, 2006 imagecopyresampled() Link to comment https://forums.phpfreaks.com/topic/30956-image-generation-image-into-image/#findComment-142863 Share on other sites More sharing options...
fusionxn1 Posted December 17, 2006 Author Share Posted December 17, 2006 Can you post an example if possible please :). Link to comment https://forums.phpfreaks.com/topic/30956-image-generation-image-into-image/#findComment-142876 Share on other sites More sharing options...
zq29 Posted December 17, 2006 Share Posted December 17, 2006 [quote author=fusionxn1 link=topic=118954.msg486588#msg486588 date=1166351580]Can you post an example if possible please :).[/quote]There is a detailed explanation of the function along with two examples of its use on [url=http://www.php.net/imagecopyresampled]the manual page for imagecopyresampled()[/url] Link to comment https://forums.phpfreaks.com/topic/30956-image-generation-image-into-image/#findComment-142879 Share on other sites More sharing options...
fusionxn1 Posted December 17, 2006 Author Share Posted December 17, 2006 Im having a hard time trying to get it what I'm trying to do, it ether diplays one image or the other or nothing at all :(. The only examples I can see on there is for resizing also. Link to comment https://forums.phpfreaks.com/topic/30956-image-generation-image-into-image/#findComment-142882 Share on other sites More sharing options...
fusionxn1 Posted December 17, 2006 Author Share Posted December 17, 2006 I managed it with Imagemerge :) hanks anyway :). Link to comment https://forums.phpfreaks.com/topic/30956-image-generation-image-into-image/#findComment-142884 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.