Show / Hide Table of Contents

Enum Enums.Interpretation

How the values in an image should be interpreted.

Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.Interpretation
Remarks

For example, a three-band float image of type LAB should have its pixels interpreted as coordinates in CIE Lab space.

Fields

Name Description
Bw

Some kind of single-band image.

Cmc

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

Cmyk

The first four bands are in CMYK space.

Error

Invalid setting.

Fourier

Image is in fourier space.

Grey16

Generic 16-bit mono.

Histogram

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

Hsv

Pixels are HSV.

Lab

Pixels are in CIE Lab space.

Labq

Implies Labq.

Labs

CIE LAB coded as three signed 16-bit values.

Lch

Pixels are in CIE LCh space.

Matrix

A matrix.

Multiband

Generic many-band image.

Rgb

Generic RGB space.

Rgb16

Generic 16-bit RGB.

Scrgb

Pixels are scRGB.

Srgb

Pixels are sRGB.

Xyz

The first three bands are CIE XYZ.

Yxy

Pixels are CIE Yxy.

In this article
Back to top Generated by DocFX