Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1 KB

README.md

File metadata and controls

32 lines (19 loc) · 1 KB

ASCIIRenderer

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!

Installation

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

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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT license.