SDK |
Top Previous |
All the image processing functions available using the ImageProcessor scripting language are also available as SDK (Software Development Kit) packaged in a DLL (Dynamic Link Library) so that can be used from any custom application written in every language allowing to call the API (Application Programming Interface) exposed by the product.
For a description of functions usage you can refer directly to the scripting handbook: all the function starting with "IMG" are supported.
You need to declare the functions following the way required by your programming language.
As example you can use the provided .BAS file allowing to use the SDK in Visual Basic.
|