Skip to content

This project is an application that converts images into ASCII art using the colors from the original image pixels. The program analyzes each pixel of the image, evaluates its brightness, and displays a corresponding ASCII character, while also using colors close to the original image.

License

Notifications You must be signed in to change notification settings

Handexsw/Csharp_ImageToAscii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Art Image Converter on Csharp

This project is an application that converts images into ASCII art using the colors from the original image pixels. The program analyzes each pixel of the image, evaluates its brightness, and displays a corresponding ASCII character, while also using colors close to the original image.

Features:

  • Converts images to ASCII art using colored text in the console.
  • Uses pixel brightness to choose the appropriate ASCII character.
  • Customizable color palette for improved visualization.
  • Adjustable steps for resizing the image and optimizing performance.
  • Supports images of various sizes.

Requirements:

  • .NET 5.0 or higher.
  • Windows or any platform that supports ANSI color codes in the console.

About

This project is an application that converts images into ASCII art using the colors from the original image pixels. The program analyzes each pixel of the image, evaluates its brightness, and displays a corresponding ASCII character, while also using colors close to the original image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages