emote2ss

Animated webp to spritesheets converting tool
git clone git://bsandro.tech/emote2ss
Log | Files | Refs | README

commit 2255ef0869265b417b64d6415456684eca90a6d6
parent 38df30c758affd6f976d59e29df0236659518f85
Author: bsandro <email@bsandro.tech>
Date:   Thu, 13 Jul 2023 02:01:05 +0300

added readme

Diffstat:
AREADME | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,9 @@ +emote2ss = 'Emote to SpriteSheet' utility. + +Simple tool to expand a given animated .webp into a spritesheet of given columns count wide. + +At this moment command-line only, cross-platform GUI is the next step planned. + +Usage: + +`emote2ss file.webp COLUMNS`, e.g. `emote2ss MyAnimationFile.webp 10` - expands animated file into a spritesheet of 10 frames wide.