package
1.3.1
Repository: https://github.com/aaronland/go-image.git
Documentation: pkg.go.dev

# Functions

NewResizeWriter returns a new `ResizeTransformation` instance configure by 'uri' in the form of: resize://?max={MAX} Where {MAX} is expected to be a maximum dimension for the resized image.
ResizeImages scaled and resizes 'im' return a new `image.Image` instance whose maximum dimension is 'max'.

# Structs

ResizeTransformation is a struct that implements the `Transformation` interface for resizing images by a maximum dimension.