Enum Enums.Combine
How to combine passes.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.Combine
Remarks
See for example Compass(Image, int?, Angle45?, Combine?, Precision?, int?, int?).
Fields
| Name | Description |
|---|---|
| Max | Take the maximum of all values. |
| Min | Take the minimum value. |
| Sum | Take the sum of all values. |