Skip to content

Instantly share code, notes, and snippets.

View JordanDworaczyk's full-sized avatar

Jordan Dworaczyk JordanDworaczyk

View GitHub Profile
@xyfeng
xyfeng / gif.py
Last active January 19, 2022 15:55
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
#