This project takes a set of images (PNG files) and combines them into a single animated GIF.
Each image is resized to the same dimensions, converted into a consistent format, and then sequenced into a looping animation.
The result is a GIF (jeff.gif) that cycles through your chosen images at a fixed speed.
Make sure you have Python 3.8+ installed.
Install the dependencies:
pip install pillow imageio numpy
