The format used for each band element.
Each corresponds to a native C type for the current machine. For example,VIPS_FORMAT_USHORT
isunsigned short
.
VIPS_FORMAT_NOTSET
Invalid setting.
-1
VIPS_FORMAT_UCHAR
Unsigned char format.
0
VIPS_FORMAT_CHAR
Char format.
1
VIPS_FORMAT_USHORT
Unsigned short format.
2
VIPS_FORMAT_SHORT
Short format.
3
VIPS_FORMAT_UINT
Unsigned int format.
4
VIPS_FORMAT_INT
Int format.
5
VIPS_FORMAT_FLOAT
Float format.
6
VIPS_FORMAT_COMPLEX
Complex (two floats) format.
7
VIPS_FORMAT_DOUBLE
Double float format.
8
VIPS_FORMAT_DPCOMPLEX
Double complex (two double) format.
9
VIPS_FORMAT_LAST
No description available.
10