首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

php 多张图片合并成一张,如何避免

2012-03-11 
php 多张图片合并成一张,如何处理?php 多张图片合并成一张,如何处理?谢谢![解决办法]用imagemagick[解决办

php 多张图片合并成一张,如何处理?
php 多张图片合并成一张,如何处理?谢谢!

[解决办法]
用imagemagick
[解决办法]
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 64MB.

http://forums.devshed.com/php-development-5/how-do-i-merge-various-images-into-one-using-gd-502604.html

热点排行