Update README.md

This commit is contained in:
Yannik
2025-06-19 19:29:44 +02:00
committed by GitHub
parent 2d64d3804d
commit aae8cb0d21

View File

@@ -1,6 +1,6 @@
# Spritesheet Frame Rebuilder
Extract individual frames from spritesheet PNG images by detecting connected non-transparent regions and rebuild new spritesheets with options for scaling, padding, layout, and frame repetition.
Fix individual frames from spritesheet PNG images by detecting connected non-transparent regions and rebuild new spritesheets with options for scaling, padding, layout, and frame repetition.
---
@@ -22,4 +22,4 @@ Requires [Python 3.7+](https://www.python.org/downloads/) and [Pillow](https://p
```bash
pip install Pillow
```
```