Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Images to GIF

A Python script that converts a series of images into a GIF in sorted order. Supports common image formats like PNG, JPEG, etc.

Dependencies

This script requires the Pillow library. You can install it using pip:

pip install Pillow

How to Use

  1. Place all your images in the images folder.
  2. Name your images with numbers to maintain the desired order (e.g., img1.png, img2.png, img3.png).
  3. Run the images_to_gif.py script:
python images_to_gif.py