PHP合并两张图片的实现

代码以下:php $bigImgPath = "./images/bg.jpg"; $qCodePath = "./images/thumb/$id.jpg"; $bigImg = imagecreatefromstring(file_get_contents($bigImgPath)); $qCodeImg = imagecreatefromstring(file_get_contents($
相关文章
相关标签/搜索