摘要: function mergerImg($imgs) { list($max_width, $max_height) = getimagesize($imgs['dst']); $dests = imagecreatetruecolor($max_width, $max_height); $dst_im = imagecreatefrompng($imgs['dst']); imagecop... 阅读全文
posted @ 2016-09-26 11:50 八路逆袭寡妇村 阅读(130) 评论(0) 推荐(0)
www.zxzidian.com