VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpLossyFormatSettings Class
Constructors Properties SeeAlso
In This Topic
    WebWebpLossyFormatSettings Class Members
    In This Topic
    The following tables list the members exposed by WebWebpLossyFormatSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebWebpLossyFormatSettings class.
    Public Properties
     NameDescription
    Public PropertyGets the number of entropy-analysis passes (in [1..10]).
    Public PropertyGets 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.
    Public PropertyGets the amplitude of the spatial noise shaping. Spatial noise shaping (or sns for short) refers to a general collection of built-in algorithms used to decide which area of the picture should use relatively less bits, and where else to better transfer these bits. The possible range goes from 0 (algorithm is off) to 100 (the maximal effect).
    See Also