This commit is contained in:
Dimitris Chatzis
2025-01-16 19:48:02 +02:00
committed by GitHub
parent 7e3198eaf7
commit 3a0f2531ec
+1 -1
View File
@@ -22,7 +22,7 @@ The `images.Mask` filter applies a mask to an image. Black pixels in the mask ma
Create the filter:
```go-html-template
{{ $filter := images.Mak "images/mask.png" }}
{{ $filter := images.Mask "images/mask.png" }}
```
{{% include "functions/images/_common/apply-image-filter.md" %}}