imagecopymerge($background,$image,0,0,0,0,$size[0],$size[1],100); $startx=$size[0]*2-1; $starty=$size[1]*2-1; $im_temp = imagecreatetruecolor($startx,$starty); imagecopyresampled($im_temp, $background, 0, 0, 0, 0, $startx, $starty, $size[0], $size[1]); ...
www.dbjr.com.cn/article/636...htm 2025-5-29