quality

package
v0.0.0-...-955f326 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2020 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Quality

type Quality int

Quality is a hint for controlling the amount of interpolation a graphics context does when scaling an image.

const (
	// Default lets the context decide.
	Default Quality = iota
	// None turns off interpolation.
	None
	// Low quality, fast interpolation.
	Low
	// High quality, slower than Medium.
	High
	// Medium quality, slower than Low.
	Medium
)

Jump to

Keyboard shortcuts

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