Enum Enums.OperationFlags
Flags we associate with an Operation.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
[Flags]
public enum Enums.OperationFlags : uint
Fields
| Name | Description |
|---|---|
| BLOCKED | Prevent this operation from running. |
| 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. |
| UNTRUSTED | Not hardened for untrusted input. |