首页> 软件配置及服务 >软件配置 >其它软件配置 其它软件配置
CKfinder开启图片上传后自动添加水印(PHP)
作者:小萝卜 2020-05-22 【 CKFinder 】 浏览 1928
简介CKfinder自带的就有添加水印功能,只需开启就行
在CKfinder配置文件Config.php中引入如下代码:
//加入水印插件
include_once "plugins/imageresize/plugin.php";
include_once "plugins/fileeditor/plugin.php";
include_once "plugins/watermark/plugin.php";
很赞哦! (0)
相关文章
- ckeditor增加编辑代码功能--使用官方推荐Code Snippet插件
- 宝塔忘记面板地址怎么办? 可以找到没问题的
- Warning from https://mirrors.aliyun.com/composer: Support for Composer 1 is deprecated and some pack
- phpstudy配置nginx重定向隐藏index.php
- Linux下运行getwaywork 报错stream_socket_server() has been disabled for security reasons in file
- windows服务器下PHP线程安全和非线程安全的区别
- PHPStorm永久激活,永久注册码分享
- Drupal7 Views模块
- VSCode 相应拓展插件推荐
- windows生成git ssh密钥
