Skip to content

Instantly share code, notes, and snippets.

View maiagripp's full-sized avatar

Claudia Maia Gripp maiagripp

View GitHub Profile
@maiagripp
maiagripp / gif_engine.py
Created January 5, 2023 20:26
Engine to process gifs in a faster way
# thumbor imaging service
# https://github.com/thumbor/thumbor/wiki
# Licensed under the MIT license:
# http://www.opensource.org/licenses/mit-license
# Copyright (c) 2022, globo.com <thumbor@g.globo>
from io import BytesIO
from PIL import Image, ImageSequence