Skip to content

Instantly share code, notes, and snippets.

View k4keshaw's full-sized avatar

keshaw singh k4keshaw

View GitHub Profile
@k4keshaw
k4keshaw / python-pil-image-sprite.py
Created October 21, 2018 03:29 — forked from gourneau/python-pil-image-sprite.py
Make sprites of images using Python and PIL
#!/usr/bin/python
# This work is licensed under the Creative Commons Attribution 3.0 United
# States License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by/3.0/us/ or send a letter to Creative
# Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
# from http://oranlooney.com/make-css-sprites-python-image-library/
# Orignial Author Oran Looney <olooney@gmail.com>