Documentation ¶
Overview ¶
Package entities implements various options models.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interpolation ¶
type Interpolation int
Interpolation type for reviewers.
const ( NearestNeighbor Interpolation = iota Bilinear Bicubic MitchellNetravali Lanczos2 Lanczos3 ApproxBiLinear // xdraw only CatmullRom // xdraw only )
Constants for interpolation method.
type ResizeOptions ¶
type ResizeOptions struct {
Interpolation Interpolation
}
ResizeOptions is the base resize options.
Click to show internal directories.
Click to hide internal directories.