This structure holds the data about a particular image that is held in RAM . For image maps that will be embedded in MFX file. Note the images are stored and embedded in their original data format. No decoding of the image is performed!
Definition at line 179 of file STRUCT.H.
Data Fields | |
long | version |
Which version. | |
long | in_use |
Is it in use. | |
long | size |
How large is the data. | |
char * | filename |
File from which the image originated. | |
unsigned char * | data |
Pointer to the raw data. | |
short | thumbx |
short | thumby |
Dimensions of a small thumbnail image ! that has been decoded. | |
unsigned char * | thumb |
Data for the thumbnail image. |
short thumby |