mctools 0.1.1

A Rust library that contains some Minecraft tools.
Documentation

MCTools

CrateAPI A Rust library that contains some Minecraft tools.

Features

Usage

Skin to totem

List of supported png:

  • RGB
  • RGBA
  • Indexed
  • Grayscale
  • GrayscaleAlpha

Although rgb, indexed and grayscale supported, i recommend not using it.

fn main() {
    mctools::skin_to_totem::generate("path_to_skin.png", "where_save_totem.png", true).unwrap();
}