VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpLosslessFormatSettings Class / NearLossless Property
Syntax Requirements SeeAlso
In This Topic
NearLossless Property (WebWebpLosslessFormatSettings)
In This Topic
Gets a value indicating whether near lossless mode should be used. This option adjusts pixel values to help compressibility, but has minimal impact on the visual quality.
Syntax
'Declaration

Public Property NearLossless As Boolean

public bool NearLossless { get; set; }

Property Value

Default value is false.
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