|
Worldstone
|
The header of the file, contains global information about the encoded image. More...
#include <dcc.h>
Public Attributes | |
| uint8_t | signature |
| Magic number for DCC files, must be 0x74. | |
| uint8_t | version |
| DCC major version, usually 6. | |
| uint8_t | directions |
| Number of directions in this file, max 32. | |
| uint32_t | framesPerDir |
| Frames number for each direction. | |
| uint32_t | tag |
| Seems to be always 1 ? | |
| uint32_t | finalDc6Size |
| Size of the decoded image in bytes (outsizeCoded for all directions) + directions*framesPerDir*4 + 24. | |
The header of the file, contains global information about the encoded image.