Enum Enums.BandFormat
The format of image bands.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.BandFormat
Remarks
The format used for each band element. Each corresponds to a native C type for the current machine.
Fields
Name | Description |
---|---|
Char | char format. |
Complex | complex (two floats) format. |
Double | double float format. |
Dpcomplex | double complex (two double) format. |
Float | float format. |
Int | int format. |
Notset | Invalid setting. |
Short | short format. |
Uchar | unsigned char format. |
Uint | unsigned int format. |
Ushort | unsigned short format. |