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.
- 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.
- .NET 5.0 or higher.
- Windows or any platform that supports ANSI color codes in the console.