image gaussian sharpen layer

Allows you to sharpen the layer of an image by using Gaussian function.


Example

Running this code will sharpen 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 sharpen layer", "E:\\Example Folder\\Picture 1.jpg", "E:\\Saved Folder\\Sample.jpg", 10, 1.4, 0)

Was this helpful?

Previous Article

image gaussian sharpen

Next Article

image grayscale