Allows you to create a thumbnail with specified dimensions.
Example
Running this code will make an image thumbnail for "E:\Example Folder\Picture 1.jpg" with the size of "150 x 150", saving it to "E:\Saved Folder\Sample.jpg".
plugin command("Image Automation.dll", "image thumbnail", "E:\\Example Folder\\Picture 1.jpg", "E:\\Saved Folder\\Sample.jpg", 150, 150, "Fit", 99)