mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-06 19:24:14 +00:00
This allows for constructs ala: ``` {{ $overlay := $img.Filter (images.Overlay $logo 50 50 )}} ``` Or: ``` {{ $logoFilter := (images.Overlay $logo 50 50 ) }} {{ $overlay := $img | images.Filter $logoFilter }} ``` Which will overlay the logo in the top left corner (x=50, y=50) of `$img`. Fixes #8057 Fixes #4595 Updates #6731
26 KiB
400x200px
26 KiB
400x200px
![](/github/hugo/raw/commit/33d5f805923eb50dfb309d024f6555c59a339846/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_b4afd8d32218a87ed1f7e351368501c3.png)