package
0.0.0-20241116165817-883d5d7d379c
Repository: https://github.com/ddkwork/toolbox.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

Scale an image.
ScaleDownProportionally returns the width and height that are closest to the desired values without distorting the size, but won't increase the current values.
ScaleProportionally returns the width and height that are closest to the desired values without distorting the size.
ScaleTo scales the image to the desired sizes.
ScaleUpProportionally returns the width and height that are closest to the desired values without distorting the size, but won't decrease the current values.
Stack a set of images on top of each other, producing a new image.
StackAt stacks a set of images on top of each other, producing a new image.

# Structs

ImageAt provides storage for an image and an origin point.