Enum Enums.ForeignPngFilter
The PNG filter to use.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
[Flags]
public enum Enums.ForeignPngFilter
Fields
Name | Description |
---|---|
All | Adaptive. |
Avg | Average of left and up. |
None | No filtering. |
Paeth | Pick best neighbor predictor automatically. |
Sub | Difference to the left. |
Up | Difference up. |