A GUI tool for creating sprite sheets from PNG sequences.
- Create sprite sheets from multiple PNG sequences
- Customize frame size and frame step
- Batch process multiple folders
- Generate accompanying JSON data for each sprite sheet
- Download the latest release from the Releases page.
- Extract the zip file.
- Run the
Sprite Sheet Creator.exe
file.
- Launch the application.
- Add input folders containing PNG sequences.
- Select an output folder.
- Set the frame size and frame step.
- Click "Create Sprite Sheets" to process.
If you want to build the application from source:
- Clone this repository.
- Install the required dependencies:
pip install -r requirements.txt
- Run the script:
python sprite_sheet_creator_gui.py
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT Lincense - see the LICENSE file for details.