29/07
2015
Wallogit.com
2017 © Pedro Peláez
Overlay mesh watermark image
Basic useful feature list:, (*2)
<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
, (*3)
composer require visavi/watermask
The class is open-sourced software licensed under the MIT license, (*4)