This commit is contained in:
Bjørn Erik Pedersen 2024-11-13 11:07:57 +01:00
commit 3477d9fcec
No known key found for this signature in database
89 changed files with 745 additions and 856 deletions

View file

@ -205,8 +205,6 @@ Sometimes it can be useful to create the filter chain once and then reuse it.
### Colors
{{< new-in 0.104.0 >}}
`.Colors` returns a slice of hex strings with the dominant colors in the image using a simple histogram method.
```go-html-template