Table of Contents

Interface IQuantizingImageEncoder

Namespace
SixLabors.ImageSharp.Formats
Assembly
SixLabors.ImageSharp.dll

Defines the contract for all image encoders that allow color palette generation via quantization.

public interface IQuantizingImageEncoder

Properties

PixelSamplingStrategy

Gets the IPixelSamplingStrategy used for quantization when building color palettes.

IPixelSamplingStrategy PixelSamplingStrategy { get; }

Property Value

IPixelSamplingStrategy

Quantizer

Gets the quantizer used to generate the color palette.

IQuantizer? Quantizer { get; }

Property Value

IQuantizer