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