Versions in this module Expand all Collapse all v0 v0.0.1 Feb 24, 2023 Changes in this version + type Watermark struct + MinImageHeight int + MinImageWidth int + WatermarkPath string + func (f Watermark) Apply(repl *caddy.Replacer, img image.Image) (image.Image, error) + type WatermarkFactory struct + func (ff WatermarkFactory) Name() string + func (ff WatermarkFactory) New(args ...string) (imagefilter.Filter, error) + func (ff WatermarkFactory) Unmarshal(data []byte) (imagefilter.Filter, error)