Worldstone
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
WorldStone::DCC::Header Struct Reference

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.
 

Detailed Description

The header of the file, contains global information about the encoded image.

Definition at line 52 of file dcc.h.


The documentation for this struct was generated from the following file: