Table of Contents

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.

PngDecoderOptions

Configuration options for decoding png images.

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.

PngFrameMetadata

Provides APng specific metadata information for the image frame.

PngImageFormatDetector

Detects png file headers

PngMetadata

Provides Png specific metadata information for the image.

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.