VIPER REFERENCE MANUAL
extern "C" char* iflDataTypeName ( | iflDataType type); |
extern "C" char* iflOrientationName ( | iflOrientation orientation); |
extern "C" char* iflOrderName ( | iflOrder order); |
extern "C" char* iflColorModelName ( | iflColorModel cm); |
extern "C" char* iflCompressionName ( | iflCompression compress); |
extern "C" char* iflColorModelName ( | iflColorModel cm); |
Value | Translation |
iflNegative | "greyscale, minimum value white" |
iflLuminance | "greyscale" |
iflLuminanceAlpha | "greyscale with alpha" |
iflRGB | "RGB" |
iflRGBA | "RGBA" |
iflRGBPalette | "color index" |
iflHSV | "HSV" |
iflCMY | "CMY" |
iflCMYK | "CMYK" |
iflBGR | "BGR" |
iflABGR | "ABGR" |
iflMultiSpectral | "multi-spectral" |
iflYCC | "YCC" |
extern "C" char* iflCompressionName ( | iflCompression compress); |
Value | Translation |
iflNoCompression | "none" |
iflCCITTFAX3 | "CCITT Group 3" |
iflCCITTFAX4 | "CCITT Group 4" |
iflLZW | "Lempel-Ziv & Welch" |
iflPACKBITS | "Mac-RLE" |
iflSGIRLE | "SGI-RLE" |
iflJPEG | "JPEG" |
iflZIP | "ZIP deflate/inflate" |
extern "C" char* iflDataTypeName ( | iflDataType type); |
Value | Translation |
iflBit | "bit" |
iflUChar | "unsigned char" |
iflChar | "char" |
iflUShort | "unsigned short" |
iflShort | "short" |
iflUInt | "unsigned integer" |
iflInt | "integer" |
iflFloat | "float" |
iflDouble | "double" |
extern "C" char* iflOrderName ( | iflOrder order); |
Value | Translation |
iflInterleaved | "interleaved" |
iflSequential | "sequential" |
iflSeparate | "separate" |
extern "C" char* iflOrientationName ( | iflOrientation orientation); |
Value | Translation |
iflUpperLeftOrigin | "upper-left" |
iflUpperRightOrigin | "upper-right" |
iflLowerRightOrigin | "lower-right" |
iflLowerLeftOrigin | "lower-left" |
iflLeftUpperOrigin | "left-upper" |
iflRightUpperOrigin | "right-upper" |
iflRightLowerOrigin | "right-lower" |
iflLeftLowerOrigin | "left-lower" |