https://github.com/jingshing/gif-to-spritesheet
A simple application that allows you to specify a folder and convert all GIFs into sprite sheets.
https://github.com/jingshing/gif-to-spritesheet
Last synced: 3 months ago
JSON representation
A simple application that allows you to specify a folder and convert all GIFs into sprite sheets.
- Host: GitHub
- URL: https://github.com/jingshing/gif-to-spritesheet
- Owner: JingShing
- License: bsd-3-clause
- Created: 2024-11-04T09:12:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T05:40:46.000Z (over 1 year ago)
- Last Synced: 2025-03-09T20:59:44.274Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [繁體中文](README_TCH.md)
# GIF-To-SpriteSheet
## Tool Overview
This tool converts GIFs into sprite sheets with a specified number of columns.
### Instructions:
1. Click **Source Folder** to specify the input folder containing the GIFs.
2. Click **Output Folder** to specify the output folder where the sprite sheets will be saved.
3. Enter the desired number of columns in **number of columns** to define how many frames will be in each row of the sprite sheet.
4. Click **Start Conversion** to begin the process.
* The tool will convert all GIFs in the specified source folder to PNG sprite sheets and save them to the output folder, maintaining the original filenames.
```py
# License Statement
# This code is authored by JingShing. It is provided "as is" without any warranties or guarantees of any kind.
# Users are permitted to use, modify, and distribute this code for non-commercial and educational purposes.
# For any commercial use, explicit permission from the author is required.
# Author: JingShing
```