ISL_ReadScriptHeaderFromFile
Reads Image Styles script header into specified structure (reads from file).
bool ISL_ReadScriptHeaderFromFile
(
const char *filename,
ISL_ScriptHeader *ish
);
Parameters
| filename |
Filename of Image Styles script file ( *.isf ). |
| ish |
The structure where will be read an Image Styles script header. |
Return value
If successful then TRUE is returned, else FALSE is returned. |