This is a simple ASCII renderer I wrote in C#. It takes an image and converts it to ASCII art. However, It can do this in Color!
To install, first clone the repository:
git clone https://github.com/gammer0909/ASCIIRenderer.git
Then, make sure you have the .NET SDK from here.
Usage of this program (As of currently, 11/25/23) you must edit the code in src/Program.cs
. You can change the image path, the font size, and the output path. Then, run the program using the .NET CLI:
dotnet run
Hopefully I'll add a CLI soon.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT license.