mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
568 B
568 B
title, description, categories, keywords, params
title | description | categories | keywords | params | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
images.Pixelate | Returns an image filter that applies a pixelation effect to an image. |
|
Usage
Create the filter:
{{ $filter := images.Pixelate 4 }}
{{% include "/_common/functions/images/apply-image-filter.md" %}}
Example
{{< img src="images/examples/zion-national-park.jpg" alt="Zion National Park" filter="Pixelate" filterArgs="4" example=true
}}