Create gif from images
From UBot Studio
This command will create a gif from a series of images.
The command is an Image command.
First Image : The first image of the gif (it is best to isolate the images for the .gif in their own folder)
Output Gif File: The resulting .gif image.
Frame Rate: The rate at which the images appear within the .gif.
Example
create gif from images("C:\\Users\\Downloads\\nums\\1.png","C:\\Users\\Downloads\\nums\\nums.gif",5)
Running the script will create a .gif with the contents of the folder containing the first image.