VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpLossyFormatSettings Class / FilterStrength Property
Syntax Requirements SeeAlso
In This Topic
FilterStrength Property (WebWebpLossyFormatSettings)
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.
Syntax
'Declaration

Public Property FilterStrength As Integer

public int FilterStrength { get; set; }

Property Value

Default value is 60.
Requirements

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

See Also