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(deps *deps.Deps) *Namespace

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

func (*Namespace) Config

func (ns *Namespace) Config(path interface{}) (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 ...interface{}) (resource.Image, error)

Source Files

images.go init.go

Version
v0.63.0
Published
Jan 23, 2020
Platform
linux/amd64
Imports
12 packages
Last checked
3 hours ago

Tools for package owners.