images.Sepia

images.Sepia


Returns an image filter that produces a sepia-toned version of an image.

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

Usage #

Create the filter:

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

Example #