Class Enums.Saveable
Some hints about the image saver.
Inheritance
System.Object
Enums.Saveable
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 Saveable
Fields
| Improve this Doc View SourceAny
Any number of bands (eg. TIFF)
Declaration
public const string Any = "any"
Field Value
Type | Description |
---|---|
System.String |
Mono
1 band (eg. CSV)
Declaration
public const string Mono = "mono"
Field Value
Type | Description |
---|---|
System.String |
Rgb
1 or 3 bands (eg. PPM)
Declaration
public const string Rgb = "rgb"
Field Value
Type | Description |
---|---|
System.String |
Rgba
1, 2, 3 or 4 bands (eg. PNG)
Declaration
public const string Rgba = "rgba"
Field Value
Type | Description |
---|---|
System.String |
RgbaOnly
3 or 4 bands (eg. WEBP)
Declaration
public const string RgbaOnly = "rgba-only"
Field Value
Type | Description |
---|---|
System.String |
RgbCmyk
1, 3 or 4 bands (eg.JPEG)
Declaration
public const string RgbCmyk = "rgb-cmyk"
Field Value
Type | Description |
---|---|
System.String |