https://github.com/educ8s/python-gif-to-sprite-sheet
Convert a GIF image into a sprite sheet to be used on an OLED Display with CircuitPython.
https://github.com/educ8s/python-gif-to-sprite-sheet
circuitpython gif-converter image-manipulation pillow python sprite-sheet
Last synced: 10 months ago
JSON representation
Convert a GIF image into a sprite sheet to be used on an OLED Display with CircuitPython.
- Host: GitHub
- URL: https://github.com/educ8s/python-gif-to-sprite-sheet
- Owner: educ8s
- Created: 2022-10-05T08:50:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T14:32:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T15:51:55.543Z (10 months ago)
- Topics: circuitpython, gif-converter, image-manipulation, pillow, python, sprite-sheet
- Language: Python
- Homepage:
- Size: 213 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python GIF to Sprite Sheet
A Python script to convert an animated GIF image into a sprite sheet using Pillow. The output file is ready to be used on an OLED Display (Monochrome of Color) with CircuitPython.
In CircuitPython you are going to need the adafruit_imageload library to load and display the sprite sheet as an animated icon. Check this video for more info: 🎥 Animations on OLED
# Video Tutorial of the Code
| 📺 My YouTube Channel
| 🌍 My Website |