1
0
Fork 0
hugo/docs/content/en/functions/images/Pixelate.md

568 B

title description categories keywords params
images.Pixelate Returns an image filter that applies a pixelation effect to an image.
functions_and_methods
aliases returnType signatures
images.filter
images.Pixelate SIZE

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

}}