Skip to content

Instantly share code, notes, and snippets.

View brvoisin's full-sized avatar

Bruno Voisin brvoisin

View GitHub Profile
@brvoisin
brvoisin / resize_gif.py
Last active September 14, 2022 19:22 — forked from skywodd/resize_gif.py
Resize GIF image using Python Pillow library
"""
# Resize an animated GIF
Inspired from https://gist.github.com/skywodd/8b68bd9c7af048afcedcea3fb1807966
Useful links:
* https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#saving
* https://stackoverflow.com/a/69850807
Example: