softwarehowto.com
  Home Contacts Partners Add Software Remove Manuals
 

Image Styles library: ISL_ScriptHeader retrieves information on image styles script file

 
Introduction
Image Styles Library
Features
New Features
   
ISL Functions
ISL_Initialize
ISL_InitBuffers
ISL_InitBuffers_WH
ISL_LoadScriptFromFile
ISL_LoadScriptFromMemory
ISL_ReadScriptHeaderFromFile
ISL_AddEffect
ISL_GetEffectValue
ISL_SetEffectValue
ISL_ExecuteScript
ISL_ExecuteScriptOnImage
ISL_Finish
ISL_LoadJPGImage
ISL_GetJPGImageDimensions
ISL_SaveBMPImage
ISL_SaveJPGImage
ISL_GetVersion
   
ISL Structures
ISL_ScriptHeader
Effect Structure
   
   
 
Buy Image Styles Library Online! Buy Image Styles Library Online!

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;

Business Tools barcode tags password unlock
compact flash recovery photos undelete purchase order template
recover pictures compact flash mobile sms free mobile sms

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.
Buy Image Styles Library Online! Buy Image Styles Library Online!
 
Home Contacts Partners Add Software Remove Manuals