Enum PngFilterOption
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.dll
Specifies the Portable Network Graphics (PNG) filters available for compression optimization.
WICPngFilterOption
public enum PngFilterOption
Fields
Unspecified = 0Indicates an unspecified PNG filter. This enables WIC to algorithmically choose the best filtering option for the image.
None = 1Indicates no PNG filter.
Sub = 2Indicates a PNG sub filter.
Up = 3Indicates a PNG up filter.
Average = 4Indicates a PNG average filter.
Paeth = 5Indicates a PNG paeth filter.
Adaptive = 6Indicates a PNG adaptive filter. This enables WIC to choose the best filtering mode on a per-scanline basis.