3 `flow-texpack` is a program that will allow you to generate texture atlas from
4 input images (BMP, HDR, JPG, PNG, TGA, TIFF, WEBP). The application generates
5 both texture atlas and descriptions file that can be read by a game.
9 Install `Rust` from your package manager or by downloading from here:
10 [https://rust-lang.org/](https://rust-lang.org/).
14 Build using release mode and install locally (on GNU/Linux this is `~/.cargo/bin`):
17 cargo install --locked --path .
22 Show available options:
32 flow-texpack -i data/characters data/tiles -o out/atlas -m -t -u -r -p 2 -v
33 flow-texpack -i data/characters data/tiles -o out/atlas -m -t -u -r -p 2 -v --load-filter png tga
34 flow-texpack -i data -e data/tiles -o out/atlas -m -t -u -r --atlas-size pot2048 --rect-heuristic area-fit -v
35 flow-texpack --input-file input.txt --exlude-file exclude.txt -o out/atlas -v
36 flow-texpack -i data/characters data/tiles -o out/atlas -m -t -u -r --adjust-size -v
37 flow-texpack -i data/characters data/tiles -o out/atlas -m -t -u -r --adjust-fit -v
42 See the file 'LICENSE' for license information.