Allows you to convert image to WebP, which can create smaller file sizes with the exact same image quality.
Example
Running this code will convert the image "E:\Example Folder\Picture 1.jpg" to webp quality, saving it to "E:\Saved Folder\Sample.jpg".
plugin command("Image Automation.dll", "image converter webp", "E:\\Example Folder\\Picture 1.jpg", "E:\\Saved Folder\\Sample.jpg", 75)