stackpng 0.1.1

A CLI tool for creating Minecraft-style animations from a PNG sequence
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# StackPNG


A CLI tool built in Rust for creating Minecraft-style animations from a PNG sequence. It will stack the images, automatically resize them, and create a `.mcmeta` file for you.

## Installing


Make sure you have [Rust](https://www.rust-lang.org/tools/install) installed.

Install `stackpng` with cargo:

```command
cargo install stackpng
```