https://github.com/mohammad9760/flipbook_tool
Pack or Unpack Flipbooks/ Spritesheets
https://github.com/mohammad9760/flipbook_tool
flipbook realtime-vfx tools vfx
Last synced: 6 months ago
JSON representation
Pack or Unpack Flipbooks/ Spritesheets
- Host: GitHub
- URL: https://github.com/mohammad9760/flipbook_tool
- Owner: Mohammad9760
- License: mit
- Created: 2025-03-27T06:32:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T06:54:45.000Z (7 months ago)
- Last Synced: 2025-03-27T07:30:35.835Z (7 months ago)
- Topics: flipbook, realtime-vfx, tools, vfx
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install
```
git clone https://github.com/Mohammad9760/flipbook_tool.git && cd flipbook_tool && pip install -r requirements.txt
```# Easily Pack Rendered Frames Into A Flipbook
pass the directory containing the frames to pack them:
```
python flipbook_tool.py render_folder
```
# Un-pack Flipbooks/Spritesheets into individual frames
pass an image with it's grid size (columns:rows) to unpack:
```
python flipbook_tool.py Explosion.tga 5:6
```