bigreja / watermarkimage
Add a watermark to your Image
Package info
github.com/bigreja/watermarkimage
Type:silverstripe-vendormodule
pkg:composer/bigreja/watermarkimage
1.0.0
2019-11-19 16:28 UTC
Requires
- jonom/focuspoint: ^3.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-26 15:57:08 UTC
README
Ads the ability to watermark any image file on Silverstripe
Ads Tab on Site settings to set watermark image, position and alpha.
Just add this on your template and it will watermark the image base on settings you made on site settings
<img src="$imgFieldName.Watermark.Link" />
You can use it with any other image extension, like Jonom Focuspoint just use chains
<img src="$imgFieldName.FocusFillMax(400,400).Watermark.Link" />