
Allows you to convert GIF file to JPG, PNG, and BMP formats.
Example

Running this code will convert "Sample.gif" to .jpg format.
plugin command("Image Automation.dll", "gif to image", "Sample.gif", "E:\\Saved Folder", "Jpg")
Allows you to convert GIF file to JPG, PNG, and BMP formats.
Running this code will convert "Sample.gif" to .jpg format.
plugin command("Image Automation.dll", "gif to image", "Sample.gif", "E:\\Saved Folder", "Jpg")
Was this helpful?