Skip to content

WasixXD/image_to_ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Simple Image to Ascii converter in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages