Allows you to apply Laplacian 3x3 filter to an image.
Example
Running this code will apply the Laplacian 3x3 filter to "E:\Example Folder\Picture 1.jpg", saving it to "E:\Saved Folder\Sample.jpg".
plugin command("Image Automation.dll", "image laplacian3x3", "E:\\Example Folder\\Picture 1.jpg", "E:\\Saved Folder\\Sample.jpg")