Enum Enums.DemandStyle
A hint about the kind of demand geometry VIPS images prefer.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.DemandStyle
Fields
Name | Description |
---|---|
Error | Invalid setting. |
Fatstrip | Demand in fat (typically 10 pixel high) strips. |
Smalltile | Demand in small (typically 64x64 pixel) tiles. |
Thinstrip | Demand in thin (typically 1 pixel high) strips. |