VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / WebpEncoderSettings Class / FilterStrength Property
Syntax Requirements SeeAlso
In This Topic
FilterStrength Property (WebpEncoderSettings)
In This Topic
Gets the strength of the deblocking filter, between 0 (no filtering) and 100 (maximum filtering). A value of 0 will turn off any filtering. Higher value will increase the strength of the filtering process applied after decoding the picture. The higher the value the smoother the picture will appear. Typical values are usually in the range of 20 to 50. Defaults to 60.
Syntax
'Declaration

Public Property FilterStrength As System.Int32

public System.Int32 FilterStrength { get; set; }

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also