PngCompressionMethod

PngCompressionMethod enumeration

Defines compression methods used in the PNG format.

public enum PngCompressionMethod

Values

Name Value Description
Deflate 0 Represents the deflate/inflate compression with a sliding window.

See Also