rustii 0.1.1

Converts images to ASCII art
Documentation
rustii-0.1.1 has been yanked.

Usage

Basically rustii has 2 commands:

  • render - generates ASCII art from a specified image
  • open - prints specified ASCII art to the terminal/console

rustii compresses generated ASCII art file by default, so if you want to get the raw ASCII art, you can simply redirect the output of the open command, for example: rustii open ascii.txt > raw_ascii.txt

Type rustii --help or rustii -h to get more details