sheetsmithlib 0.1.1

The goto library for sprite sheet packing
Documentation
1
2
3
4
5
6
pub mod algorithms;
pub mod utils;

pub use algorithms::guillotiere_alg::GuillotiereArgs;
pub use algorithms::pack_images_guillotiere;
pub use utils::{find_optimal_size, parse_size_arg, trim_image, walk_input_directory};