File | Date | Author | Commit |
---|---|---|---|
new_ui_project | 2024-05-17 |
![]() |
[8aca3b] New UI Implementation - Part 4 - OK now it at l... |
.gitignore | 2024-04-11 |
![]() |
[9dfcff] Update .gitignore |
LICENSE | 2024-04-26 |
![]() |
[1b8f3e] Create LICENSE |
README.md | 2024-07-13 |
![]() |
[8d5a9d] BUMP VERSION |
TextureAtlas to GIF and Frames - With code comments.py | 2024-07-05 |
![]() |
[a6ebd0] Show user_settings in a basic window attached t... |
TextureAtlas to GIF and Frames.py | 2024-07-13 |
![]() |
[8d5a9d] BUMP VERSION |
icon.ico | 2024-04-17 |
![]() |
[fc0b0b] Dynamic icon size |
latestVersion.txt | 2024-07-13 |
![]() |
[8d5a9d] BUMP VERSION |
This tool simplifies the process of extracting frames from sprite sheets, organizing them into individual folders, and optionally creating GIFs/WebPs. It's designed to streamline your workflow by automating tedious tasks.
Feel free to help me implement anything on this list.
* Transition to the new QT UI inside the "new_ui_project" folder. (I'm malding over python classes, and I'm bit more busy irl lately)
* Implement the icon splitter tool into a sub menu when the new QT UI is fully implemented https://github.com/MeguminBOT/FNF-Icon-Splitter
* Selection of specific sprites for extraction (Currently processes entire folders).
* Automatically crop frames using the xml file data.
Download: Get the executable here
python --version
to ensure that Python gets recognized by your system. If it returns the python version properly, proceed to step 4.python -m ensurepip
. After it's installed, make sure pip gets recognized by your system by typing: pip --version
befoe proceeding to step 5.pip install pillow
to install PIL.pip install requests
to install Requests.pip install tk
to install Tkinter.You should now be able to run the "TextureAtlas to GIF and Frames.py" file by double clicking it.
If not, then open a terminal window in the same folder as the script and type python TextureAtlas to GIF and Frames.py
, or drag and drop the file on the python application.
sudo apt install python3.10
and install (if it's not already installed).sudo apt install python3-pip
and install (if it's not already installed)sudo pip3 install pillow
to install PIL.sudo pip3 install requests
to install Requests.sudo pip3 install tk
to install Tkinter.You should now be able to run the "TextureAtlas to GIF and Frames.py" file by double clicking it.
If not, then open a terminal window in the same folder as the script and type python3 TextureAtlas to GIF and Frames.py
.