BLaZuRE Posted January 25, 2010 Share Posted January 25, 2010 I have two images, both 100 x 300. Is there a way I can take a certain part of the image (say 100x200) and another part of the second image (say 100x100) and put them together into one image (100x300)? One is like the outline of a building and the other is the building fully drawn. I'd like to have PHP do it rather than me edit the 2 images together every few days. Link to comment https://forums.phpfreaks.com/topic/189766-slicing-2-images-into-1-image/ Share on other sites More sharing options...
schilly Posted January 25, 2010 Share Posted January 25, 2010 you should be able to do it using the GD image library but I'm not sure on the details. I'd try searching "php gd image merging" Link to comment https://forums.phpfreaks.com/topic/189766-slicing-2-images-into-1-image/#findComment-1001486 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.