Show / Hide Table of Contents

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 Source

Any

Any number of bands (eg. TIFF)

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

Mono

1 band (eg. CSV)

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

Rgb

1 or 3 bands (eg. PPM)

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

Rgba

1, 2, 3 or 4 bands (eg. PNG)

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

RgbaOnly

3 or 4 bands (eg. WEBP)

Declaration
public const string RgbaOnly = "rgba-only"
Field Value
Type Description
System.String
| Improve this Doc View Source

RgbCmyk

1, 3 or 4 bands (eg.JPEG)

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