How can I merge multiple php images into one? How can I merge multiple php images into one? Thank you! ------ Solution ------------------ use imagemagick ------ solution -------------------- Yeahitsreasonablysimple. Youjustuseimagecopy () orimagecop php to merge multiple images into one. what should I do?
How can I merge multiple php images into one? Thank you!
------ Solution --------------------
Use imagemagick
------ Solution --------------------
Yeah it's reasonably simple.
You just use imagecopy () or imagecopyresized () to copy an image (or part of an image) onto another one.
If you are working with lots of big images then it can be very memory intensive, so you may need to increase PHP's memory_limit with ini_set () to at least 64 MB.
Http://forums.devshed.com/php-development-5/how-do-i-merge-various-images-into-one-using-gd-502604.html