image

package
v1.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PNG  = "png"
	JPEG = "jpeg"
	GIF  = "gif"
	BMP  = "bmp"
)
View Source
const (
	Center     = "center"
	AspectFill = "fill"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Object

type Object interface {
	Resize(width, height int, mode string) ([]byte, error)
}

func New

func New(format string, body []byte) (Object, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL