aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e6a91417c68adbc155116eee882048e094b3fbf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# SpriteSheet Animation Preview

Requires:

* Python 3
* tinker
* PIL (with ImageTk)

In Debian:

```
sudo apt install python3-tk python3-pil python3-pil.imagetk
```

Use it with:

```
sspreview spritesheet.png
```

<img src="https://git.usebox.net/sspreview/plain/example.png" alt="Example" style="width:auto;">

Caveats:

* my first tinker app
* errors (like invalid input) will terminate the app with a message in `stderr`
* when parameters are changed, please `Update` for them to take effect

This code is GPL licensed, see for details [gpl-3.0.txt](gpl-3.0.txt).