首页> 软件配置及服务 >软件配置 >其它软件配置 其它软件配置
CKfinder开启图片上传后自动添加水印(PHP)
作者:小萝卜 2020-05-22 【 CKFinder 】 浏览 1820
简介CKfinder自带的就有添加水印功能,只需开启就行
在CKfinder配置文件Config.php中引入如下代码:
//加入水印插件
include_once "plugins/imageresize/plugin.php";
include_once "plugins/fileeditor/plugin.php";
include_once "plugins/watermark/plugin.php";
很赞哦! (0)
相关文章
- ckfinder实现图片上传后按当前日期重命名
- 命令行杀死进程
- Git安装和基本使用
- Linux下运行getwaywork 报错stream_socket_server() has been disabled for security reasons in file
- flashfxp v5.4 破解版
- Ckfinder配置文件、图片、视频的上传路径、格式、大小(php)
- OneinStack一键安装网站欢迎后配置使用Redis
- windows服务器下PHP线程安全和非线程安全的区别
- supervisor的安装和配置
- vscode运行yarn命令报错yarn : 无法加载文件 C:\Users\admin\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。
