Crates.io | yatp-cli |
lib.rs | yatp-cli |
version | 1.0.1 |
source | src |
created_at | 2022-08-30 19:24:24.54586 |
updated_at | 2022-08-30 19:51:13.238418 |
description | Yet Another Texture Packer - a small and simple CLI application to pack multiple textures/sprites into a texture atlas/sprite sheet |
homepage | https://github.com/pepetrov0/yatp |
repository | https://github.com/pepetrov0/yatp |
max_upload_size | |
id | 655300 |
size | 45,412 |
A small and simple CLI application to pack multiple textures/sprites into a texture atlas/sprite sheet.
cargo install yatp-cli
yatp-cli [OPTIONS] <INPUTS...>
Options:
-o
- Name of the output files, default: atlas
;-d
- Dictionary format, if not provided - dictionary won't be serialized;-i
- Image format of the atlas, default: png
;-h
- Height of the texture atlas, default: 1024
;-w
- Weight of the texture atlas, default: 1024
;-g
- Gap between packed textures, default: 0
;--help
- Prints help;-V
- Prints version;