visavi/watermask

叠加网格水印图像

dev-master 2015-07-29 12:44 UTC

This package is auto-updated.

Last update: 2024-09-20 00:43:35 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

基本实用功能列表

  • 它覆盖了整个图像水印
  • 图像处理 gif, jpeg, jpg, png 格式
  • 与来自相对和绝对路径的图像协同工作
  • 检查文件是否存在,包括远程文件
  • 计算水印与原始图像的宽高比
  • 通过 .htaccess 自定义自动施加的能力
<FilesMatch ".(gif|jpg|jpeg|png)$">

  RewriteEngine on
  RewriteRule .*  /example.php?image=%{REQUEST_URI} [NC]

</FilesMatch>

###请求实现的示例

http://site/examples.php?image=/image.jpg  // Processing relative path
http://site/examples.php?image=http://site/image.jpg // Processing the absolute path
http://site/image.jpg // Automatic processing through htaccess

###结果 Result

安装

composer require visavi/watermask

许可证

该类是开源软件,根据MIT 许可证授权