Allows you to blur the layer of an image by using Gaussian function.
Example
Running this code will blur the layer of "E:\Example Folder\Picture 1.jpg" using Gaussian function with the following properties:
- Size: 10
- Sigma: 1.4
- Threshold: 0
Saving it to "E:\Saved Folder\Sample.jpg".
plugin command("Image Automation.dll", "image gaussian blur layer", "E:\\Example Folder\\Picture 1.jpg", "E:\\Saved Folder\\Sample.jpg", 10, 1.4, 0)