Skip to content

Commit

Permalink
Remvoe some old new-in shortcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Sep 27, 2024
1 parent 4c316f0 commit b4da1c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions content/en/content-management/image-processing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions content/en/methods/resource/Colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ toc: true
math: true
---

{{< new-in 0.104.0 >}}

The `Resources.Colors` method returns a slice of the most dominant colors in an image, ordered from most dominant to least dominant. This method is fast, but if you also downsize your image you can improve performance by extracting the colors from the scaled image.

{{% include "methods/resource/_common/global-page-remote-resources.md" %}}
Expand Down

0 comments on commit b4da1c1

Please sign in to comment.