package options

import "github.com/muesli/smartcrop/options"

Index

Types

type Resizer

type Resizer interface {
	Resize(img image.Image, width, height uint) image.Image
}

Resizer is used to resize images. See the nfnt package for a default implementation using github.com/nfnt/resize.

Source Files

resizer.go

Version
v0.3.0 (latest)
Published
Oct 30, 2018
Platform
windows/amd64
Imports
1 packages
Last checked
3 weeks ago

Tools for package owners.