Allows you to convert images to GIF file.
Example
Running this code will convert all images in the list "%ImageFiles" to GIF, saving it as "Test Text Gif.gif" with the following GIF properties:
- Set Delay: 500
- Frame Rate: 15
- Quality: 100
- Repeat: True
plugin command("Image Automation.dll", "image to gif", %ImageFiles, "{$special folder("Application")}\\Test Text Gif.gif", 500, 15, 100, "True", "", "")