VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Webp Namespace / WebpEncodingMethod Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    WebpEncodingMethod Enumeration
    In This Topic
    Specifies available quality/speed trade-off for the encoding process.
    Syntax
    'Declaration
    
    Public Enum WebpEncodingMethod
       Inherits System.Enum
    
    
    public enum WebpEncodingMethod : System.Enum
    
    
    __value public enum WebpEncodingMethod : public System.Enum
    
    
    public enum class WebpEncodingMethod : public System.Enum
    
    
    Members
    MemberDescription
    Level0The fastest encoding speed but quality compromise. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.Fastest.
    FastestThe fastest encoding speed but quality compromise. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.Level0.
    Level1Level 1.
    Level2Level 2.
    Level3Level 3.
    Level4Level 4. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.Default.
    DefaultTrade off between speed and quality. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.Level4.
    Level5Level 5.
    Level6The slowest encoding speed but the best quality. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.BestQuality.
    BestQualityThe slowest encoding speed but the best quality. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.Level6.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod

    Requirements

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

    See Also