An open API service indexing awesome lists of open source software.

https://github.com/jsvgoncalves/pysprites

Spritesheets generation tool
https://github.com/jsvgoncalves/pysprites

pil pillow python sprites spritesheet

Last synced: 4 months ago
JSON representation

Spritesheets generation tool

Awesome Lists containing this project

README

          

# PySprites

Spritesheet generation tool. Generate spritesheets from multiple images.

# From multiple files
$ ./pysprites image1.png image2.png
# From a folder
$ ./pysprites images/
# To a specific file
$ ./pysprites images -o myspritename.png

Check `--help` for a full list of available commands.