Show / Hide Table of Contents

Class Enums.BandFormat

The format of image bands.

Inheritance
System.Object
Enums.BandFormat
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 BandFormat
Remarks

The format used for each band element. Each corresponds to a native C type for the current machine.

Fields

| Improve this Doc View Source

Char

char format.

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

Complex

complex (two floats) format.

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

Double

double float format.

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

Dpcomplex

double complex (two double) format.

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

Float

float format.

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

Int

int format.

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

Short

short format.

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

Uchar

unsigned char format.

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

Uint

unsigned int format.

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

Ushort

unsigned short format.

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