
Allows you to add text watermark to another image.
Example

Running this code will put the text "Sample Text" on the top right of "E:\Example Folder\Picture 1.jpg" with the following properties:
- Font: Arial
- Font Size: 16
- Font Color: 000000
- Opacity: 100%
Saving it to "E:\Saved Folder\Sample.jpg".
plugin command("Image Automation.dll", "image watermark/text", "E:\\Example Folder\\Picture 1.jpg", "E:\\Saved Folder\\Sample.jpg", "Sample Text", "Arial", 16, 000000, "Top Right", 100)