Accusoft ImagXpress 13
enumPixelType Enumeration
Description
A Bit mask enumeration used to specify which pixel format(s) are employed.
Members
MemberValueDescription
PIXTYPE_Alpha128(0x00000080) - Alpha channel.
PIXTYPE_ARGB4096(0x00001000) - Alpha, red, green, blue byte order format
PIXTYPE_BigEndian4(0x00000008) - Top down bitmap format.
PIXTYPE_ColorMapped65536(0x00010000) - 8 bit color-mapped format.
PIXTYPE_Compressed1048576(0x00100000) - Compressed image format.
PIXTYPE_CYMK131072(0x00020000) - Cyan, yellow, magenta, black color format.
PIXTYPE_DIB1(0x00000002) - AW image format.
PIXTYPE_Gray32(0x00000020) - Grey scale image.
PIXTYPE_HighGray64(0x00000040) - DICOM Medical standard grey scale image format.
PIXTYPE_NoDIBPad4194304(0x00400000) - No DIB pad.
PIXTYPE_None0(0x00000001) - Device independent bitmap.
PIXTYPE_NonInterleaved2097152(0x00200000) - Non-interleaved image format.
PIXTYPE_RAW2(0x00000004) - Motorola byte order format.
PIXTYPE_RGB256(0x00000100) - Red, Green, Blue byte order format.
PIXTYPE_RGB5551024(0x00000400) - RGB555 byte order format.
PIXTYPE_RGB5652048(0x00000800) - RGB565 byte order format.
PIXTYPE_Signed16(0x00000010) - Signed byte order format.
PIXTYPE_TopDown8(0x00000010) - Signed byte order format.
See Also

LoadRaw Method  | LoadRaw

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback