Enum PngChunkFilter
- Namespace
- SixLabors.ImageSharp.Formats.Png
- Assembly
- SixLabors.ImageSharp.dll
Provides enumeration of available PNG optimization methods.
[Flags]
public enum PngChunkFilter
Fields
ExcludeAll = -1
All ancillary chunks will be excluded.
ExcludeExifChunk = 4
Excludes the eXIf chunk from encoding.
ExcludeGammaChunk = 2
Excludes the gamma information chunk from encoding.
ExcludePhysicalChunk = 1
Excludes the physical dimension information chunk from encoding.
ExcludeTextChunks = 8
Excludes the tTXt, iTXt or zTXt chunk from encoding.
None = 0
With the None filter, all chunks will be written.