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
- Host: GitHub
- URL: https://github.com/jsvgoncalves/pysprites
- Owner: jsvgoncalves
- Created: 2017-05-06T17:09:45.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-05-07T07:38:13.000Z (over 8 years ago)
- Last Synced: 2025-03-02T05:43:37.620Z (7 months ago)
- Topics: pil, pillow, python, sprites, spritesheet
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.pngCheck `--help` for a full list of available commands.