Vips.BandFormat (original) (raw)
Enumeration
VipsBandFormat
Declaration
Description [src]
The format used for each band element.
Each corresponds to a native C type for the current machine. For example,VIPS_FORMAT_USHORT is unsigned short
.
Members
Invalid setting.
- Value:
-1
- Available since: 8.0
Unsigned char format.
- Value:
0
- Available since: 8.0
Char format.
- Value:
1
- Available since: 8.0
Unsigned short format.
- Value:
2
- Available since: 8.0
Short format.
- Value:
3
- Available since: 8.0
Unsigned int format.
- Value:
4
- Available since: 8.0
Int format.
- Value:
5
- Available since: 8.0
Float format.
- Value:
6
- Available since: 8.0
Complex (two floats) format.
- Value:
7
- Available since: 8.0
Double float format.
- Value:
8
- Available since: 8.0
Double complex (two double) format.
- Value:
9
- Available since: 8.0