image gaussian sharpen

Allows you to turn blurry edges in an image into more sharp edges using Gaussian function.


Example

Running this code will apply sharp edges to the image "E:\Example Folder\Picture 1.jpg" using Gaussian function - size 6, saving it to "E:\Saved Folder\Sample.jpg".

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

Was this helpful?