ISL_ScriptHeader
Used to retrieve information on Image Styles script file.
typedef struct
{
int soh;
int marker;
int version;
int effects;
int width;
int height;
int seamless;
char remark[64];
int buffers;
int rnd;
} ISL_ScriptHeader;
Members
| soh |
Size of this structure. |
| marker |
Image Styles marker ("ISF2"). |
| version |
Image Styles file version. |
| effects |
Amount of effects in the script. |
| width |
Image width. |
| height |
Image height. |
| seamless |
Image seamless state. |
| remark |
Author's remark. |
| buffers |
Amount of buffers in the script. |
| rnd |
If TRUE then ISL using new RND number generator otherwise old. |
|