Skip to content

ayannnt/GIFs-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIFs-with-python

Imports imageio.v3 for image processing. Defines a list of image filenames to combine. Initializes an empty list to store image data. Reads each image using iio.imread() and appends to the list. Writes all images into a single GIF file (team.gif). Sets frame duration to 500 ms (0.5 sec per frame). Sets loop to 0, meaning the GIF plays infinitely.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages