Important: The information in this document is obsolete and should not be used for new development.
Bit Image Compression Opcodes
Bits 6 and 7 of the bit image compression opcode byte contain the bit image compression opcode. A constant from the gxBitImageCompression enumeration defines the compression of the bit image data sequence to immediately follow.
enum gxBitImageCompression { gxCopyBitImageBytesOpcode = 0x00, gxRepeatBitImageBytesOpcode= 0x40, gxLookupBitImageBytesOpcode= 0x80, gxRepeatBitImageScanOpcode = 0xC0 };Constant descriptions
The bit image compression opcode is described in the section "New Bit Image Object Data" beginning on page 7-49.
- gxCopyBitImageBytesOpcode
- Bit image compression opcode 0.
- gxRepeatBitImageBytesOpcode
- Bit image compression opcode 1.
- gxLookupBitImageBytesOpcode
- Bit image compression opcode 2.
- gxRepeatBitImageScanOpcode
- Bit image compression opcode 3.