PHP 图片水印

效果展示: 2.代码实现: $dst_path = '111.jpg';//原图片 $src_path = '222.jpg';//水印的图片 //创建图片的实例 $dst = imagecreatefromstring(file_get_contents($dst_path)); $src = imagecreatefromstring(file_get_contents($src_path))
相关文章
相关标签/搜索