images: Add a webp test with bg color

This commit is contained in:
Bjørn Erik Pedersen
2025-12-17 09:41:25 +01:00
committed by GitHub
parent 9937a5dcaa
commit 573ecb530f
2 changed files with 1 additions and 0 deletions
@@ -378,6 +378,7 @@ Home.
{{/* These are sorted. The end file name will be created from the spec + extension, so make sure these are unique. */}}
{{ template "process" (dict "spec" "crop 300x300 gif" "img" $animWebp) }}
{{ template "process" (dict "spec" "crop 300x300 smart" "img" $fuzzyCircle) }}
{{ template "process" (dict "spec" "crop 300x300 smart #ff9999" "img" $fuzzyCircle) }}
{{ template "process" (dict "spec" "crop 300x300" "img" $animWebp) }}
{{ template "process" (dict "spec" "crop 500x200 smart webp" "img" $sunset) }}
{{ template "process" (dict "spec" "crop 500x200 smart webp" "img" $sunset) }}
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB