VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    public: __property System.Int32 get_FilterStrength();
    public: __property void set_FilterStrength(
    System.Int32 value
    );
    public:
    property System.Int32 FilterStrength { System.Int32 get(); void set(System.Int32 value); }
    Requirements

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

    See Also