AccusoftImagXpress13 ActiveX DLL : enumPixelType Enumeration |
Member | Value | Description |
---|---|---|
PIXTYPE_Alpha | 128 | (0x00000080) - Alpha channel. |
PIXTYPE_ARGB | 4096 | (0x00001000) - Alpha, red, green, blue byte order format |
PIXTYPE_BigEndian | 4 | (0x00000008) - Top down bitmap format. |
PIXTYPE_ColorMapped | 65536 | (0x00010000) - 8 bit color-mapped format. |
PIXTYPE_Compressed | 1048576 | (0x00100000) - Compressed image format. |
PIXTYPE_CYMK | 131072 | (0x00020000) - Cyan, yellow, magenta, black color format. |
PIXTYPE_DIB | 1 | (0x00000002) - AW image format. |
PIXTYPE_Gray | 32 | (0x00000020) - Grey scale image. |
PIXTYPE_HighGray | 64 | (0x00000040) - DICOM Medical standard grey scale image format. |
PIXTYPE_NoDIBPad | 4194304 | (0x00400000) - No DIB pad. |
PIXTYPE_None | 0 | (0x00000001) - Device independent bitmap. |
PIXTYPE_NonInterleaved | 2097152 | (0x00200000) - Non-interleaved image format. |
PIXTYPE_RAW | 2 | (0x00000004) - Motorola byte order format. |
PIXTYPE_RGB | 256 | (0x00000100) - Red, Green, Blue byte order format. |
PIXTYPE_RGB555 | 1024 | (0x00000400) - RGB555 byte order format. |
PIXTYPE_RGB565 | 2048 | (0x00000800) - RGB565 byte order format. |
PIXTYPE_Signed | 16 | (0x00000010) - Signed byte order format. |
PIXTYPE_TopDown | 8 | (0x00000010) - Signed byte order format. |
LoadRaw Method | LoadRaw