mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
614 B
614 B
title | description | categories | keywords | action | toc | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
images.Grayscale | Returns an image filter that produces a grayscale version of an image. |
|
true |
Usage
Create the filter:
{{ $filter := images.Grayscale }}
{{% include "functions/images/_common/apply-image-filter.md" %}}
Example
{{< img src="images/examples/zion-national-park.jpg" alt="Zion National Park" filter="Grayscale" filterArgs="" example=true
}}