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

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.

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
```