Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» Image Styles Library (ISL)
» Using ISL
» What's New?
ISL Functions
» ISL_Initialize
» ISL_InitBuffers
» ISL_InitBuffers_WH
» ISL_LoadScriptFromFile
» ISL_LoadScriptFromMemory
» ISL_ReadScriptHeaderFromFile
» ISL_ReadScriptHeaderFromMemory
» ISL_AddEffect
» ISL_GetEffectValue
» ISL_SetEffectValue
» ISL_ExecuteScript
» ISL_ExecuteScriptOnImage
» ISL_Finish
» ISL_LoadJPGImage
» ISL_GetJPGImageDimensions
» ISL_SaveBMPImage
» ISL_SaveJPGImage
» ISL_GetVersion
ISL Structure
» ISL_ScriptHeader
» Effect's Structures
 

Using ISL

Delphi, C/C++ and Visual Basic ISL APIs are provided, to use ISL with another language you'll first have to convert the header file. There is no guarantee that all future ISL versions will be compatible with all previous versions, so your program should use ISL_GetVersion to check the version that is loaded. This also means that you should put ISL.DLL in the same directory as your program (not just somewhere in the path), to avoid the possibility of a wrong version being loaded.

Using ISL with C/C++

  1. Add "isl.lib" and include "isl.h" to your project.
  2. Copy "isl.dll" to your execution file directory.

Using ISL with Delphi

  1. Add "isl.pas" as unit.
  2. Copy "isl.dll" to your execution file directory.
Pictures undelete Data Doctor Recovery Digital Pictures Digital photo undelete software

Using ISL with Visual Basic

  1. Add "isl.bas" as module.
  2. Copy "isl.dll" to your execution file directory.

C/C++ Examples

  1. ISL_Example_1 - Executes script from file.
  2. ISL_Example_2 - Executes script from memory.
  3. ISL_Example_3 - Generates an animation.
  4. ISL_Example_4 - Executes script on image.
  5. ISL_Example_5 - Using the effects on image.
Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals