首页> 软件配置及服务 >软件配置 >其它软件配置 其它软件配置
CKfinder开启图片上传后自动添加水印(PHP)
作者:小萝卜 2020-05-22 【 CKFinder 】 浏览 1817
简介CKfinder自带的就有添加水印功能,只需开启就行
在CKfinder配置文件Config.php中引入如下代码:
//加入水印插件
include_once "plugins/imageresize/plugin.php";
include_once "plugins/fileeditor/plugin.php";
include_once "plugins/watermark/plugin.php";
很赞哦! (0)
相关文章
- Ckfinder配置文件、图片、视频的上传路径、格式、大小(php)
- Sublime 输入中文显示方框问号乱码
- SourceTree提交vue3-element-admin代码到仓库报错quotepath=false --no-optional-locks commit -q
- visual studio code怎么设置默认打开谷歌浏览器?
- flashfxp v5.4 破解版
- 关于python的深拷贝和浅拷贝
- 微信扫描二维码下载apk,显示空白页
- Linux下运行getwaywork 报错stream_socket_server() has been disabled for security reasons in file
- supervisor的安装和配置
- 我的drupal7.56版本在装views的时候,复选框成灰色,不可用
