Show / Hide Table of Contents

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 Source

Bw

Some kind of single-band image.

Declaration
public const string Bw = "b-w"
Field Value
Type Description
System.String
| Improve this Doc View Source

Cmc

A uniform colourspace based on CMC(1:1).

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

Cmyk

The first four bands are in CMYK space.

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

Fourier

Image is in fourier space.

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

Grey16

Generic 16-bit mono.

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

Histogram

A 1D image, eg. histogram or lookup table.

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

Hsv

Pixels are HSV.

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

Lab

Pixels are in CIE Lab space.

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

Labq

Implies #VIPS_CODING_LABQ.

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

Labs

CIE LAB coded as three signed 16-bit values.

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

Lch

Pixels are in CIE LCh space.

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

Matrix

A matrix.

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

Multiband

Generic many-band image.

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

Rgb

Generic RGB space.

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

Rgb16

Generic 16-bit RGB.

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

Scrgb

Pixels are scRGB.

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

Srgb

Pixels are sRGB.

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

Xyz

The first three bands are CIE XYZ.

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

Yxy

Pixels are CIE Yxy.

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