emote2ss

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

commit 72ad246486dbf31a66e024a23ea94141ab036ad2
parent 8c463a1188867b47d07df18cf0b25ac87c0bff7e
Author: bsandro <email@bsandro.tech>
Date:   Thu, 17 Aug 2023 00:20:26 +0300

modified TODO, added nano swap files into the ignore list.

Diffstat:
M.gitignore | 1+
MTODO | 4+++-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -2,3 +2,4 @@ emote2ss emote2ss_gui atlas_*.webp *.o +.*.swp diff --git a/TODO b/TODO @@ -1,6 +1,8 @@ - Add 'debug' and 'release' builds into makefile - Wrap errors into sane messages and not just asserts - Support drag-n-drop for GUI version -- Implement file open/save window +- Implement file open window ++ Implement file save window - i18n - Status bar with service/info messages +- Fix preview display - pixels with alpha channel are borked