Skip to content

abysssdweller/image-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to ASCII Converter

This is a simple tool written in Rust for converting images to ASCII art.

Prerequisites

Installation

  1. Clone the repository: git clone https://github.com/your-username/your-repository.git
  2. Navigate to the project directory: cd image-to-ascii
  3. Build the project using Cargo: cargo build --release

Usage

To run the program, execute the following command:

cargo run

IMPORTANT: The resolution parameter represents the divisor of the original image's dimensions. So, when you input a smaller value, such as 1, you effectively divide the original dimensions by 1, resulting in the original size. I recommend choosing a value between 1 and 10 (depending on your image's resolution).

The ASCII art will be saved to a file named output.txt in the current directory.

About

a simple image to ascii converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages