A Rust library that contains some Minecraft tools.
List of supported png:
Although rgb, indexed and grayscale supported, i recommend not using it.
rgb
indexed
grayscale
fn main() { mctools::skin_to_totem::generate("path_to_skin.png", "where_save_totem.png", true).unwrap(); }