Skip to content

Instantly share code, notes, and snippets.

@colemanjax
colemanjax / gif.py
Created January 7, 2017 21:27 — 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
#