|
|
|
@ -43,7 +43,7 @@ namespace SixLabors.ImageSharp.Quantizers.Base |
|
|
|
public bool Dither { get; set; } = true; |
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
public IErrorDiffuser DitherType { get; set; } = new SierraLiteDiffuser(); |
|
|
|
public IErrorDiffuser DitherType { get; set; } = new FloydSteinbergDiffuser(); |
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
|
public virtual QuantizedImage<TPixel> Quantize(ImageFrame<TPixel> image, int maxColors) |
|
|
|
|