Image to Ascii A Simple Image to Ascii converter in Rust
๐
Brief In my way to learn Rust i decided to make this converter.
๐ข
Challenges - new to Rust
๐
Goals [ x ] Convert Image to Ascii Art
[ x ] User can choose the resolution and the image
๐ผ
How it works? The algorithm makes a Vector of the image's pixels and during the iteration it calculates the luminosity of each one and chooses the best character to be placed
โ๏ธ
Installation Clone the repository and with cargo run :
$ cargo run
Usage
$ cargo run image_name resolution