A tool for concatenating PNGs.
To build the project, run cargo build
. To build and run the project, run
cargo run ARGS
, replacing ARGS
with your desired arguments. To build and run
tests, run cargo test
.
OUTPUT LEVEL INPUT...
OUTPUT
: The output file pathLEVEL
: The output file compression level (0-10, default: 10)INPUT
: The input file(s)
Currently, only PNGs with common IHDRs (except height) and one IDAT chunk each can be concatenated.