|
|
@ -27,7 +27,7 @@ namespace SixLabors.ImageSharp.Formats.Webp |
|
|
public bool UseAlphaCompression { get; set; } |
|
|
public bool UseAlphaCompression { get; set; } |
|
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
/// <inheritdoc/>
|
|
|
public int EntropyPasses { get; set; } |
|
|
public int EntropyPasses { get; set; } = 1; |
|
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
/// <inheritdoc/>
|
|
|
public int SpatialNoiseShaping { get; set; } = 50; |
|
|
public int SpatialNoiseShaping { get; set; } = 50; |
|
|
|