ISL_ExecuteScriptOnImage
Executes loaded script to generate an output image on input image (32-bits RGB bitmap data in memory).
| bool ISL_ExecuteScriptOnImage(void *mem,int width,int height); |
Parameters
| mem |
Memory location where an image will be generated and where locates bitmap data in 32-bits RGB format (Red, Green, Blue and Reserved bytes). |
| width |
Width of input and output images. |
| height |
Height of input and output images. |
Remarks
The image creating in 32-bits RGB format (Red, Green, Blue and Reserved bytes).
Return value
If successful then TRUE is returned, else FALSE is returned.
|