Create gif from images
From UBot Studio
(Difference between revisions)
(Created page with "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...") |
|||
Line 12: | Line 12: | ||
<pre> | <pre> | ||
− | + | create gif from images("C:\\Users\\Downloads\\nums\\1.png","C:\\Users\\Downloads\\nums\\nums.gif",5) | |
</pre> | </pre> |
Revision as of 16:15, 13 November 2017
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.