Table of Contents

Class QuantizeSettings

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Class that contains setting for quantize operations.

public sealed class QuantizeSettings : IQuantizeSettings
Inheritance
QuantizeSettings
Implements
IQuantizeSettings
Inherited Members

Constructors

QuantizeSettings()

Initializes a new instance of the QuantizeSettings class.

public QuantizeSettings()

Properties

ColorSpace

Gets or sets the colorspace to quantize in.

public ColorSpace ColorSpace { get; set; }

Property Value

ColorSpace

Colors

Gets or sets the maximum number of colors to quantize to.

public int Colors { get; set; }

Property Value

int

DitherMethod

Gets or sets the dither method to use.

public DitherMethod? DitherMethod { get; set; }

Property Value

DitherMethod?

MeasureErrors

Gets or sets a value indicating whether errors should be measured.

public bool MeasureErrors { get; set; }

Property Value

bool

TreeDepth

Gets or sets the quantization tree-depth.

public int TreeDepth { get; set; }

Property Value

int