gsaldutti Posted November 10, 2008 Share Posted November 10, 2008 Are their PHP functions that allow you to grab multiple images and make them into one image? For example, if you had four separate image files on your server and they were all 100x100, is there some way for PHP to combine the four images into a single 200x200 (or 100x400) single larger image containing all four images, and then make that new image display in the browser? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 10, 2008 Share Posted November 10, 2008 Yes PHP supports two image libraries GD and ImageMagic Quote Link to comment 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.