Value | Meaning |
---|---|
IM_BYTE | < "unsigned char". 1 byte from 0 to 255. |
IM_SHORT | < "short". 2 bytes from -32,768 to 32,767. |
IM_USHORT | < "unsigned short". 2 bytes from 0 to 65,535. |
IM_INT | < "int". 4 bytes from -2,147,483,648 to 2,147,483,647. |
IM_FLOAT | < "float". 4 bytes single precision IEEE floating point. |
IM_DOUBLE | < "double". 8 bytes double precision IEEE floating point. |
IM_CFLOAT | < complex "float". 2 float values in sequence, real and imaginary parts. |
IM_CDOUBLE | < complex "double". 2 double values in sequence, real and imaginary parts. |
Image data type descriptors. \n * See also \ref datatypeutl. * \ingroup imagerep