摘要: 阅读全文
posted @ 2015-11-12 14:55 18860233105 阅读(106) 评论(0) 推荐(0) 编辑
摘要: $dst_path = 'dst.jpg';$src_path = 'src.jpg';//创建图片的实例$dst = imagecreatefromstring(file_get_contents($dst_path));$src = imagecreatefromstring(file_get_... 阅读全文
posted @ 2015-11-12 14:35 18860233105 阅读(160) 评论(0) 推荐(0) 编辑
摘要: $dst_path = 'dst.jpg';//创建图片的实例$dst = imagecreatefromstring(file_get_contents($dst_path));//打上文字$font = './simsun.ttc';//字体$black = imagecolorallocate... 阅读全文
posted @ 2015-11-12 14:32 18860233105 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Here is your pic! Your image has been saved! .jpg" alt="" /> ... 阅读全文
posted @ 2015-11-12 14:31 18860233105 阅读(202) 评论(0) 推荐(0) 编辑
摘要: <?php/*** 图片加水印(适用于png/jpg/gif格式)* *** @param $srcImg 原图片* @param $waterImg 水印图片* @param $savepath 保存路径* @param $savename 保存名字* @param $positon 水印位置 *... 阅读全文
posted @ 2015-11-12 14:29 18860233105 阅读(151) 评论(0) 推荐(0) 编辑