galvin Posted November 24, 2008 Share Posted November 24, 2008 With imagecreatefromjpeg ( string $filename ), is there a way to create one large image from MULTIPLE smaller images? It seems like it only allows you to refer to ONE other file to create your new image, rather than multiple other files. Link to comment https://forums.phpfreaks.com/topic/134055-solved-gd-question-can-you-create-one-large-image-from-multiple-smaller-images/ Share on other sites More sharing options...
ram4nd Posted April 8, 2009 Share Posted April 8, 2009 If you are asking if there is a way, I'll tel you sure. Link to comment https://forums.phpfreaks.com/topic/134055-solved-gd-question-can-you-create-one-large-image-from-multiple-smaller-images/#findComment-804642 Share on other sites More sharing options...
Axeia Posted April 8, 2009 Share Posted April 8, 2009 If you're asking is there a default function that allows you to do it all at once, then no. If you're asking is it possible, then sure. Create a loop to add them on by one. Link to comment https://forums.phpfreaks.com/topic/134055-solved-gd-question-can-you-create-one-large-image-from-multiple-smaller-images/#findComment-804681 Share on other sites More sharing options...
galvin Posted April 8, 2009 Author Share Posted April 8, 2009 Great, thanks!!! Link to comment https://forums.phpfreaks.com/topic/134055-solved-gd-question-can-you-create-one-large-image-from-multiple-smaller-images/#findComment-804683 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.