Class Enums.Interpretation
How the values in an image should be interpreted.
Inheritance
System.Object
Enums.Interpretation
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 Interpretation
Remarks
For example, a three-band float image of type LAB should have its pixels interpreted as coordinates in CIE Lab space.
Fields
| Improve this Doc View SourceBw
Some kind of single-band image.
Declaration
public const string Bw = "b-w"
Field Value
Type | Description |
---|---|
System.String |
Cmc
A uniform colourspace based on CMC(1:1).
Declaration
public const string Cmc = "cmc"
Field Value
Type | Description |
---|---|
System.String |
Cmyk
The first four bands are in CMYK space.
Declaration
public const string Cmyk = "cmyk"
Field Value
Type | Description |
---|---|
System.String |
Fourier
Image is in fourier space.
Declaration
public const string Fourier = "fourier"
Field Value
Type | Description |
---|---|
System.String |
Grey16
Generic 16-bit mono.
Declaration
public const string Grey16 = "grey16"
Field Value
Type | Description |
---|---|
System.String |
Histogram
A 1D image, eg. histogram or lookup table.
Declaration
public const string Histogram = "histogram"
Field Value
Type | Description |
---|---|
System.String |
Hsv
Pixels are HSV.
Declaration
public const string Hsv = "hsv"
Field Value
Type | Description |
---|---|
System.String |
Lab
Pixels are in CIE Lab space.
Declaration
public const string Lab = "lab"
Field Value
Type | Description |
---|---|
System.String |
Labq
Implies #VIPS_CODING_LABQ.
Declaration
public const string Labq = "labq"
Field Value
Type | Description |
---|---|
System.String |
Labs
CIE LAB coded as three signed 16-bit values.
Declaration
public const string Labs = "labs"
Field Value
Type | Description |
---|---|
System.String |
Lch
Pixels are in CIE LCh space.
Declaration
public const string Lch = "lch"
Field Value
Type | Description |
---|---|
System.String |
Matrix
A matrix.
Declaration
public const string Matrix = "matrix"
Field Value
Type | Description |
---|---|
System.String |
Multiband
Generic many-band image.
Declaration
public const string Multiband = "multiband"
Field Value
Type | Description |
---|---|
System.String |
Rgb
Generic RGB space.
Declaration
public const string Rgb = "rgb"
Field Value
Type | Description |
---|---|
System.String |
Rgb16
Generic 16-bit RGB.
Declaration
public const string Rgb16 = "rgb16"
Field Value
Type | Description |
---|---|
System.String |
Scrgb
Pixels are scRGB.
Declaration
public const string Scrgb = "scrgb"
Field Value
Type | Description |
---|---|
System.String |
Srgb
Pixels are sRGB.
Declaration
public const string Srgb = "srgb"
Field Value
Type | Description |
---|---|
System.String |
Xyz
The first three bands are CIE XYZ.
Declaration
public const string Xyz = "xyz"
Field Value
Type | Description |
---|---|
System.String |
Yxy
Pixels are CIE Yxy.
Declaration
public const string Yxy = "yxy"
Field Value
Type | Description |
---|---|
System.String |