·设为首页收藏本站📧邮箱修改🎁免费下载专区💎积分✅卡密📒收藏夹👽聊天室
返回列表 发布新帖

小黑条文字水印,不破坏原图,后台控制文字及背景颜色,更新带日期版本

178 0
发表于 2023-3-17 08:39:54 | 查看全部 阅读模式

马上注册,免费下载更多dz插件网资源。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
后台设置文本水印文字时,虽然可以任意输入,但不要输英文或数字字符,输一个中文,就可以了。



后台设置:
启用水印功能。
水印位置任选。
添加水印条件自定。
水印图片类型选择文字水印。
融合度质量100(其实多少都没影响)。
文本水印文字,请输入任意内容(一定要输,不然出错)
选择自己上传的字体。
文字大小8-10自己看着办。
文本水印显示角度:0
水印字体颜色【自己测试效果】
水印阴影颜色【自己测试效果】
其它无视了,提交测试吧。



修改方法:
打开\source\class目录下class_image.php文件
查找
  1. } elseif($this->param['watermarktype'][$type] == 'text') {                                if(($this->param['watermarktext']['shadowx'][$type] || $this->param['watermarktext']['shadowy'][$type]) && $this->param['watermarktext']['shadowcolor'][$type]) {                                        $shadowcolorrgb = explode(',', $this->param['watermarktext']['shadowcolor'][$type]);                                        $shadowcolor = imagecolorallocate($dst_photo, $shadowcolorrgb[0], $shadowcolorrgb[1], $shadowcolorrgb[2]);                                        imagettftext($dst_photo, $this->param['watermarktext']['size'][$type], $this->param['watermarktext']['angle'][$type], $x + $ax + $this->param['watermarktext']['shadowx'][$type], $y + $ay + $this->param['watermarktext']['shadowy'][$type], $shadowcolor, $this->param['watermarktext']['fontpath'][$type], $watermarktextcvt);                                }                                $colorrgb = explode(',', $this->param['watermarktext']['color'][$type]);                                $color = imagecolorallocate($dst_photo, $colorrgb[0], $colorrgb[1], $colorrgb[2]);                                imagettftext($dst_photo, $this->param['watermarktext']['size'][$type], $this->param['watermarktext']['angle'][$type], $x + $ax, $y + $ay, $color, $this->param['watermarktext']['fontpath'][$type], $watermarktextcvt);                        } else {
复制代码

替换为:

  1. } elseif($this->param['watermarktype'][$type] == 'text' && $this->imginfo['width'] >= 250) {        $objTmpImg = @imagecreatetruecolor($this->imginfo['width'], $this->imginfo['height']+16);        @imagecopy($objTmpImg, $dst_photo, 0, 0, 0, 0, $this->imginfo['width'], $this->imginfo['height']);        $dst_photo = $objTmpImg;        $bg_x1 = 0;        $bg_y1 = $this->imginfo['height'];        $bg_x2 = $this->imginfo['width'];        $bg_y2 = $this->imginfo['height']+16;                $shadowcolorrgb = explode(',', $this->param['watermarktext']['shadowcolor'][$type]);        $shadowcolor = imagecolorallocate($dst_photo, $shadowcolorrgb[0], $shadowcolorrgb[1], $shadowcolorrgb[2]);        imagefilledrectangle($dst_photo, $bg_x1, $bg_y1, $bg_x2, $bg_y2, $shadowcolor);                                  $colorrgb = explode(',', $this->param['watermarktext']['color'][$type]);        $n = $_G['member']['username'];                $w = $_G['setting']['bbname'];                $u = $_G['setting']['siteurl'];                preg_match("/^(http:\/\/)?([^\/]+)/i",$u, $ur);                $url = $ur[2];                preg_match("/[^\.\/]+\.[^\.\/]+$/", $url, $ur);                $wtext = "该图片由网友上传,版权归原创者所有 ".date('Y-m-d h:i')."";        $watermarktextcvt = $wtext;        $color = imagecolorallocate($dst_photo, $colorrgb[0], $colorrgb[1], $colorrgb[2]);        imagettftext($dst_photo, $this->param['watermarktext']['size'][$type], $this->param['watermarktext']['angle'][$type], $ax + 3, $this->imginfo['height'] + $ay + 1, $color, $this->param['watermarktext']['fontpath'][$type], $watermarktextcvt);                        } else {
复制代码



我知道答案 回答被采纳将会获得1 贡献 已有0人回答
我要说一句 收起回复

回复

 懒得打字嘛,点击右侧快捷回复【查看最新发布】   【应用商城享更多资源】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

创宇盾启航版免费网站防御网站加速服务
投诉/建议联系

discuzaddons@vip.qq.com

未经授权禁止转载,复制和建立镜像,
如有违反,按照公告处理!!!
  • 联系QQ客服
  • 添加微信客服

联系DZ插件网微信客服|最近更新|Archiver|手机版|小黑屋|DZ插件网! ( 鄂ICP备20010621号-1 )|网站地图 知道创宇云防御

您的IP:18.225.156.236,GMT+8, 2024-11-5 12:20 , Processed in 1.209781 second(s), 75 queries , Gzip On, Redis On.

Powered by Discuz! X5.0 Licensed

© 2001-2024 Discuz! Team.

关灯 在本版发帖
扫一扫添加微信客服
QQ客服返回顶部
快速回复 返回顶部 返回列表