A simple C# console application that converts images into ASCII art. Adjust the output width and optionally reverse the colors to customize the result. The ASCII art is saved as a text file in a Generated folder.
- Converts images to ASCII art
- Adjustable output width
- Optional color inversion
- Saves ASCII art as
.txt
files
- Run the program.
- Enter the image file path or press Enter to use the default image.
- Specify the ASCII art width or press Enter to use the default width (35).
- Choose whether to reverse colors (enter 'y' for yes or press Enter for default true).
- View the generated ASCII art in the console and find the saved
.txt
file in the Generated folder.
- .NET Framework or .NET Core compatible with
System.Drawing
- Windows or other OS supporting
System.Drawing
MIT License