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 SourceChar
char format.
Declaration
public const string Char = "char"
Field Value
Type | Description |
---|---|
System.String |
Complex
complex (two floats) format.
Declaration
public const string Complex = "complex"
Field Value
Type | Description |
---|---|
System.String |
Double
double float format.
Declaration
public const string Double = "double"
Field Value
Type | Description |
---|---|
System.String |
Dpcomplex
double complex (two double) format.
Declaration
public const string Dpcomplex = "dpcomplex"
Field Value
Type | Description |
---|---|
System.String |
Float
float format.
Declaration
public const string Float = "float"
Field Value
Type | Description |
---|---|
System.String |
Int
int format.
Declaration
public const string Int = "int"
Field Value
Type | Description |
---|---|
System.String |
Short
short format.
Declaration
public const string Short = "short"
Field Value
Type | Description |
---|---|
System.String |
Uchar
unsigned char format.
Declaration
public const string Uchar = "uchar"
Field Value
Type | Description |
---|---|
System.String |
Uint
unsigned int format.
Declaration
public const string Uint = "uint"
Field Value
Type | Description |
---|---|
System.String |
Ushort
unsigned short format.
Declaration
public const string Ushort = "ushort"
Field Value
Type | Description |
---|---|
System.String |