VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpLossyFormatSettings Class
In This Topic
WebWebpLossyFormatSettings Class Properties
In This Topic
For a list of all properties of this type, see WebWebpLossyFormatSettings.
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