Skip to content

Commit 69ca96b

Browse files
authored
Create README.md
1 parent aa7a097 commit 69ca96b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ASCII Art Image Converter on Csharp
2+
3+
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.
4+
5+
## Features:
6+
7+
- Converts images to ASCII art using colored text in the console.
8+
- Uses pixel brightness to choose the appropriate ASCII character.
9+
- Customizable color palette for improved visualization.
10+
- Adjustable steps for resizing the image and optimizing performance.
11+
- Supports images of various sizes.
12+
13+
## Requirements:
14+
15+
- .NET 5.0 or higher.
16+
- Windows or any platform that supports ANSI color codes in the console.

0 commit comments

Comments
 (0)