Skip to content

Instantly share code, notes, and snippets.

View Petros89's full-sized avatar
🏠
Working from home

Petros Apostolou Petros89

🏠
Working from home
View GitHub Profile
@Petros89
Petros89 / gif.py
Created December 28, 2018 04:51 — 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
#