package images

import "github.com/gohugoio/hugo/tpl/images"

Package images provides template functions for manipulating images.

Index

Types

type Namespace

type Namespace struct {
	*images.Filters
	// contains filtered or unexported fields
}

Namespace provides template functions for the "images" namespace.

func New

func New(d *deps.Deps) *Namespace

New returns a new instance of the images-namespaced template functions.

func (*Namespace) Config

func (ns *Namespace) Config(path any) (image.Config, error)

Config returns the image.Config for the specified path relative to the working directory.

func (*Namespace) Filter

func (ns *Namespace) Filter(args ...any) (images.ImageResource, error)

Filter applies the given filters to the image given as the last element in args.

Source Files

images.go init.go

Version
v0.123.4
Published
Feb 26, 2024
Platform
linux/amd64
Imports
14 packages
Last checked
7 hours ago

Tools for package owners.