2025-04-10 13:04:51 +02:00

636 B

title description categories keywords params
images.Sepia Returns an image filter that produces a sepia-toned version of an image.
functions_and_methods
aliases returnType signatures
images.filter
images.Sepia PERCENTAGE

The percentage must be in the range [0, 100] where 0 has no effect.

Usage

Create the filter:

{{ $filter := images.Sepia 75 }}

{{% include "/_common/functions/images/apply-image-filter.md" %}}

Example

{{< img src="images/examples/zion-national-park.jpg" alt="Zion National Park" filter="Sepia" filterArgs="75" example=true

}}