enum

Vips::Enums::ForeignFlags

Inherits Enum / Comparable / Value / Object

Constants

Partial = 1
Bigendian = 2
Sequential = 4
None = 0
All = 7

Instance methods

bigendian?

Returns true if this enum value contains Bigendian

Source
none?
Source
partial?

Returns true if this enum value contains Partial

Source
sequential?

Returns true if this enum value contains Sequential

Source