enum

Vips::Enums::OperationFlags

Inherits Enum / Comparable / Value / Object

Constants

Sequential = 1
SequentialUnbuffered = 2
Nocache = 4
Deprecated = 8
None = 0
All = 15

Instance methods

deprecated?

Returns true if this enum value contains Deprecated

Source
nocache?

Returns true if this enum value contains Nocache

Source
none?
Source
sequential?

Returns true if this enum value contains Sequential

Source
sequential_unbuffered?

Returns true if this enum value contains SequentialUnbuffered

Source