image gaussian blur

Allows you to blur an image by using Gaussian function.


Example

Running this code will apply the Gaussian blur - size 9 to "E:\Example Folder\Picture 1.jpg", saving it to "E:\Saved Folder\Sample.jpg".

plugin command("Image Automation.dll", "image gaussian blur", "E:\\Example Folder\\Picture 1.jpg", "E:\\Saved Folder\\Sample.jpg", 9)

Was this helpful?

Previous Article

image gamma