enum

Vips::Enums::Interesting

Inherits Enum / Comparable / Value / Object

Constants

None = 0
Centre = 1
Entropy = 2
Attention = 3
Low = 4
High = 5
All = 6

Instance methods

all?

Returns true if this enum value equals All

Source
attention?

Returns true if this enum value equals Attention

Source
centre?

Returns true if this enum value equals Centre

Source
entropy?

Returns true if this enum value equals Entropy

Source
high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source
none?

Returns true if this enum value equals None

Source