Enum Enums.ForeignFlags
Flags we associate with a file load operation.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
[Flags]
public enum Enums.ForeignFlags : uint
Fields
| Name | Description |
|---|---|
| ALL | All flags set. |
| BIGENDIAN | Most-significant byte first. |
| NONE | No flags set. |
| PARTIAL | Lazy read OK (eg. tiled tiff). |
| SEQUENTIAL | Top-to-bottom lazy read OK. |