hip_hop_x Posted March 15, 2008 Share Posted March 15, 2008 Hello, I would like to know what's the solution to make a small image, from pieces? In a database, i've stored from 1 to 600 pieces of smaller images, and i would like to put them all in a smaller image. Each small piece has 53 width, 38 height. What should I do to put each image one near other, and after every 50 images to continue showing the images on the next line. Sort of what i want to have in 1 smaller image <img src="img1"><img src="img2">...<img src="img50"><br> Thank you in advance! Link to comment https://forums.phpfreaks.com/topic/96324-making-a-small-map-from-a-huge-ammount-of-smaller-images/ Share on other sites More sharing options...
discomatt Posted March 15, 2008 Share Posted March 15, 2008 Check out the gd library and these tutorials http://www.astahost.com/info.php/basic-tutorial-php-gd_t1203.html http://www.ruelbermudez.com/combining-images-using-php-gd-libraries.html Link to comment https://forums.phpfreaks.com/topic/96324-making-a-small-map-from-a-huge-ammount-of-smaller-images/#findComment-493090 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.