Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TS_CD_HEADER structure is used to describe compressed bitmap data.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
cbCompFirstRowSize |
cbCompMainBodySize |
||||||||||||||||||||||||||||||
|
cbScanWidth |
cbUncompressedSize |
||||||||||||||||||||||||||||||
cbCompFirstRowSize (2 bytes): A 16-bit, unsigned integer. The field MUST be set to 0x0000.
cbCompMainBodySize (2 bytes): A 16-bit, unsigned integer. The size in bytes of the compressed bitmap data (which follows this header).
cbScanWidth (2 bytes): A 16-bit, unsigned integer. The width of the bitmap (which follows this header) in pixels (this value MUST be divisible by 4).
cbUncompressedSize (2 bytes): A 16-bit, unsigned integer. The size in bytes of the bitmap data (which follows this header) after it has been decompressed.