Show / Hide Table of Contents

Class Enums.ForeignWebpPreset

Tune lossy encoder settings for different image types.

Inheritance
System.Object
Enums.ForeignWebpPreset
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class ForeignWebpPreset

Fields

| Improve this Doc View Source

Default

Default preset.

Declaration
public const string Default = "default"
Field Value
Type Description
System.String
| Improve this Doc View Source

Drawing

Hand or line drawing, with high-contrast details.

Declaration
public const string Drawing = "drawing"
Field Value
Type Description
System.String
| Improve this Doc View Source

Icon

Small-sized colorful images/

Declaration
public const string Icon = "icon"
Field Value
Type Description
System.String
| Improve this Doc View Source

Photo

Outdoor photograph, with natural lighting.

Declaration
public const string Photo = "photo"
Field Value
Type Description
System.String
| Improve this Doc View Source

Picture

Digital picture, like portrait, inner shot.

Declaration
public const string Picture = "picture"
Field Value
Type Description
System.String
| Improve this Doc View Source

Text

Text-like.

Declaration
public const string Text = "text"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX