Interface IPngEncoderOptions
Common encoder options for PNG.
Namespace: PhotoSauce.MagicScaler
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public interface IPngEncoderOptions : IEncoderOptions
Properties
Filter
The PngFilter to apply to the image before compression.
Declaration
PngFilter Filter { get; }
Property Value
Type | Description |
---|---|
PngFilter |
Interlace
True to enable interlaced PNG output, otherwise false.
Declaration
bool Interlace { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Interlaced PNGs are larger and slower to decode than non-interlaced and have more limited decoder support.