TheYellowMole Posted February 3, 2007 Share Posted February 3, 2007 Hi there! I am trying to combine 9/25 smaller images (all congruent squares) into one bigger image, then size it down to the size of one of the original squares. It should be one image at the end. Is there a way to do this using PHP? Any help would be VERY appreciated. Thanks, ~TYM Example: Images: 1, 2, 3 ... 9 become 123 Image: 456 789 Link to comment https://forums.phpfreaks.com/topic/36962-image-combining/ Share on other sites More sharing options...
genericnumber1 Posted February 3, 2007 Share Posted February 3, 2007 if you're familiar with image manipulation you would want to look into imagecopyresized() if not you might want to look at some tutorials to get you familiar Link to comment https://forums.phpfreaks.com/topic/36962-image-combining/#findComment-176401 Share on other sites More sharing options...
fert Posted February 3, 2007 Share Posted February 3, 2007 http://us2.php.net/manual/en/ref.image.php Link to comment https://forums.phpfreaks.com/topic/36962-image-combining/#findComment-176402 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.