Namespace SixLabors.ImageSharp.Formats.Png
Classes
PngConfigurationModule
Registers the image encoders, decoders and mime type detectors for the png format.
PngDecoder
Decoder for generating an image out of a png encoded stream.
PngEncoder
Image encoder for writing image data to a stream in png format.
PngFormat
Registers the image encoders, decoders and mime type detectors for the png format.
PngImageFormatDetector
Detects png file headers
PngMetadata
Provides Png specific metadata information for the image.
Structs
PngTextData
Stores text data contained in the iTXt, tEXt, and zTXt chunks. Used for conveying textual information associated with the image, like the name of the author, the copyright information, the date, where the image was created, or some other information.
Enums
PngBitDepth
Provides enumeration for the available PNG bit depths.
PngChunkFilter
Provides enumeration of available PNG optimization methods.
PngColorType
Provides enumeration of available PNG color types.
PngFilterMethod
Provides enumeration of available PNG filter methods.
PngInterlaceMode
Provides enumeration of available PNG interlace modes.
PngTransparentColorMode
Enum indicating how the transparency should be handled on encoding.