Skip to content

Instantly share code, notes, and snippets.

View 26medias's full-sized avatar

Julien Loutre 26medias

View GitHub Profile
@26medias
26medias / gif.py
Created January 3, 2018 05:41 — forked from xyfeng/gif.py
python script turn images into gif
# From https://github.com/wnyc/PIL/blob/master/Scripts/gifmaker.py
#
# The Python Imaging Library
# $Id$
#
# convert sequence format to GIF animation
#
# history:
# 97-01-03 fl created
#