
Allows you to apply spaces on images' edges.
Example


Running this code will set 2 variables named “inPut” and “outPath” with the images named “Color Print Test Image 28.jpg” and “Image Color Filter.jpg”, respectively.
Then, “inPut” will be set as input image path while the “outPath” will be set as output image path.
Spaces with the following properties will be applied to the input image:
- X: 100
- Y: 50
- Width: 200
- Height: 200
- Space Color: 000000
set(#inPut,"{$special folder("Application")}\\TEST.png","Global")
set(#outPut,"{$special folder("Application")}\\image space.png","Global")
plugin command("Image Automation.dll", "image space", #inPut, #outPut, 100, 50, 200, 200, 000000)