Enum Enums.OperationFlags
Flags we associate with an Operation.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
[Flags]
public enum OperationFlags
Fields
Name | Description |
---|---|
DEPRECATED | A compatibility thing. |
NOCACHE | Must not be cached. |
NONE | No flags. |
SEQUENTIAL | Can work sequentially with a small buffer. |
SEQUENTIAL_UNBUFFERED | Can work sequentially without a buffer. |