enum

Vips::Enums::Kernel

Inherits Enum / Comparable / Value / Object

Constants

Nearest = 0
Linear = 1
Cubic = 2
Mitchell = 3
Lanczos2 = 4
Lanczos3 = 5

Instance methods

cubic?

Returns true if this enum value equals Cubic

Source
lanczos2?

Returns true if this enum value equals Lanczos2

Source
lanczos3?

Returns true if this enum value equals Lanczos3

Source
linear?

Returns true if this enum value equals Linear

Source
mitchell?

Returns true if this enum value equals Mitchell

Source
nearest?

Returns true if this enum value equals Nearest

Source